Scroll to navigation

DELAY(9) Kernel Developer's Manual DELAY(9)

NAME

DELAYbusy loop for an interval

SYNOPSIS

#include <sys/types.h>
#include <sys/systm.h>
void
DELAY(int delay);

DESCRIPTION

Delay for delay microseconds (1/1000000th of a second).

AUTHORS

This manual page was written by Alfred Perlstein.
November 21, 2000 Debian