mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
More LibC portability work while trying to get figlet building.
This commit is contained in:
parent
bb90c8ecab
commit
9160fd0d47
12 changed files with 128 additions and 2 deletions
|
@ -10,6 +10,7 @@ void free(void*);
|
|||
void* calloc(size_t nmemb, size_t);
|
||||
void* realloc(void *ptr, size_t);
|
||||
|
||||
|
||||
void exit(int status);
|
||||
void abort();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue