sleep function in c, unix sleep function in c, unix unix unix

sleep function in c, unix


It should be in unistd.h.

Please note that this gives you only a precision of integral seconds.

The most portable way for sub-second precision should be (ab-)using select().