Shinobi Library - Memory Management Function

syFree

Releases the memory

FORMAT

Void syFree( *ap )
void *ap

PARAMETER

 *ap  Pointer to area to be freed 

RETURN

None

DESCRIPTION

Frees the memory area. Performs the same function as standard C function free().

REFERENCE

syMalloc()

syFree
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999