(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/dos.h>
LONG CheckSignal (mask)
LOCATION
In DOSBase at offset 132
SYNOPSIS
LONG mask
FUNCTION
Checks the current task to see if any of the signals specified in the mask have been set. The mask of all signals which were set is returned. The signals specified in the mask will be cleared.
INPUTS
mask
The signal mask to check.
RESULT
The mask of all signals which were set.
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
05.11.1997 turrican
Documentation added
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions
Moved #include's into first column
05.12.1996 aros
Initial revision