Advertisement
Guest User

Untitled

a guest
Oct 5th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <unistd.h>
  2.  
  3. unsigned int sleep(unsigned int seconds);
  4.  
  5. On UNIX, you shall include <unistd.h>.
  6. On MS-Windows, Sleep is rather from <windows.h>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement