(C) 1998 AROS - The Amiga Research OS
NAME
ULONG TypeOfMem (address)
LOCATION
In SysBase at offset 89
SYNOPSIS
APTR address
FUNCTION
Return type of memory at a given address or 0 if there is no memory there.
INPUTS
address
Address to test
RESULT
The memory flags you would give to AllocMem().
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY