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