What is the proper #include for the function 'sleep' in C? - Stack Overflow
I am using the Big Nerd Ranch book Objective-C Programming, and it starts out by having us write in C in the first few chapters. In one of my programs it has me create, I use the sleep function. In the book it told me to put #include under the #include ....