Files
2026-05-31 14:34:00 -04:00

7 lines
85 B
C

#ifndef __CS361_PINGPONG__
#define __CS361_PINGPONG__
void ping (size_t *);
#endif