free() is now an assembler function
git-svn-id: svn://svn.cc65.org/cc65/trunk@159 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
bc320797c6
commit
27be2dcb2b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
void* malloc (size_t size);
|
||||
void* calloc (size_t count, size_t size);
|
||||
void* realloc (void* block, size_t size);
|
||||
void free (void* block);
|
||||
void __fastcall__ free (void* block);
|
||||
#ifndef __STRICT_ANSI__
|
||||
void _hadd (void* mem, size_t size); /* Non-standard */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue