next up previous contents
Next: System commands Up: System Functions and Variables Previous: Set

Sleep

Calling Sequences:
sleep(
t)
Parameters:
t : posint

Returns: void

Synopsis: This function causes Darwin to ``sleep'' (delay execution) for t seconds. Only exiting darwin via two <ctrl-c> keystrokes will interrupt the sleep command.

Examples:

> sleep(10000);




Gaston Gonnet
1998-09-15