7 lines
85 B
C
7 lines
85 B
C
|
|
#ifndef __CS361_PINGPONG__
|
||
|
|
#define __CS361_PINGPONG__
|
||
|
|
|
||
|
|
void ping (size_t *);
|
||
|
|
|
||
|
|
#endif
|