(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/dos.h>
void Delay (timeout)
LOCATION
In DOSBase at offset 33
SYNOPSIS
ULONG timeout
FUNCTION
Waits for at least the time specified as timeout.
INPUTS
timeout
the minimum time to wait in ticks (1/50 seconds)
RESULT
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY