Files

7 lines
85 B
C
Raw Permalink Normal View History

2026-05-31 14:34:00 -04:00
#ifndef __CS361_PINGPONG__
#define __CS361_PINGPONG__
void ping (size_t *);
#endif