(C) 1998 AROS - The Amiga Research OS
NAME
void FreeVec (memoryBlock)
LOCATION
In SysBase at offset 115
SYNOPSIS
APTR memoryBlock
FUNCTION
Free some memory previously allocated with AllocVec().
INPUTS
memoryBlock
The memory to be freed. It is safe to try to free a NULL pointer.
RESULT
EXAMPLE
SEE ALSO
AllocVec()
NOTES
BUGS
INTERNALS
HISTORY