logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DELAY — busy loop for an interval

Authors

       This manual page was written by Alfred Perlstein.

Debian                                           April 20, 2013                                         DELAY(9)

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);

See Also