Интерактивная система просмотра системных руководств (man-ов)
DELAY (9)
>> DELAY (9) ( FreeBSD man: Ядро )
BSD mandoc
NAME
DELAY
- busy loop for an interval
SYNOPSIS
#include <sys/types.h>
#include <sys/systm.h>
void
DELAY (int delay);
DESCRIPTION
Delay for
Fa delay
microseconds (1/1000000th of a second).
AUTHORS
This manual page was written by
An Alfred Perlstein .
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- AUTHORS
-