Query: delay
OS: debian
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DELAY(9) BSD Kernel Developer's Manual DELAY(9)NAMEDELAY -- busy loop for an intervalSYNOPSIS#include <sys/types.h> #include <sys/systm.h> void DELAY(int delay);DESCRIPTIONDelay for delay microseconds (1/1000000th of a second).AUTHORSThis manual page was written by Alfred Perlstein.BSDNovember 21, 2000 BSD