DELAY — busy loop for an interval
Contents
Description
Delay for delay microseconds (1/1000000th of a second).
Name
DELAY — busy loop for an interval
See Also
pause(9)
Synopsis
#include<sys/types.h>#include<sys/systm.h>voidDELAY(intdelay);
