mirror of
https://github.com/raphnet/gc_n64_usb-v3
synced 2024-11-14 05:05:07 -05:00
7 lines
60 B
C
7 lines
60 B
C
#include <windows.h>
|
|
|
|
void sleep(int s)
|
|
{
|
|
Sleep(s*1000);
|
|
}
|