Sleep for ms milliseconds
#include <unistd.h> int nap( int ms);
libc
The nap() routine is used to sleep for ms milliseconds.
Unix
delay(), napms()