INDEX | PREV | NEXT
CLIB/Amiga Documentaion
Contents: Memory Operations
calloc - allocate and clear memory
malloc - allocate memory
realloc - re-allocate memory
free - free allocated memory (DONT FORGET ME !)
memcmp - compare two memory buffers (USE THIS)
cmpmem - " "
bcmp - " "
movmem - copy memory (USE THIS)
memcpy - " "
bcopy - " "
memset - set memory to value (USE THIS)
setmem - " "
clrmem - " "
bzero - " "
Converted using GuideML V1.6, a converter written by Richard Körber <shred@chessy.aworld.de>