I don\'t know exactly how to word a search for this.. so I haven\'t had any luck finding anything.. :S
I need to implement a time delay in C.
for example I w
Try sleep(int number_of_seconds)
sleep(int number_of_seconds)