busy loop for an interval
#include <sys/types.h> #include <sys/systm.h>
#include <sys/types.h>
#include <sys/systm.h>
void DELAY(int delay);
DELAY
Delay for delay microseconds (1/1000000th of a second).
pause(9)
This manual page was written by Alfred Perlstein.