NAME
delay —
busy-wait for an interval
SYNOPSIS
#include
<sys/param.h>
void
delay(int
interval);
DESCRIPTION
The
delay()
function busy-waits for at least interval
microseconds.
delay —
busy-wait for an interval
#include
<sys/param.h>
void
delay(int
interval);
The
delay()
function busy-waits for at least interval
microseconds.