tail head cat sleep
QR code linking to this page

Manual Pages  — DELAY

NAME

DELAY – busy loop for an interval

CONTENTS

SYNOPSIS

#include <sys/types.h>
#include <sys/systm.h>

void
DELAY(int delay);

DESCRIPTION

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

SEE ALSO

pause(9)

AUTHORS

This manual page was written by Alfred Perlstein.

DELAY (9) April 20, 2013

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

C isn't that hard: void (*(*f[])())() defines f as an array of unspecified size, of pointers to functions that return pointers to functions that return void