gc_n64_usb-v3/tools/sleep.h

7 lines
80 B
C

#ifndef _sleep_h__
#define _sleep_h__
void sleep(int s);
#endif // _sleep_h__