mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
@@ -10,7 +10,7 @@ void free(void *ptr);
|
||||
void * malloc(size_t size);
|
||||
void * realloc(void *ptr, size_t size);
|
||||
|
||||
void abort(void);
|
||||
void abort(void) __attribute__((noreturn));
|
||||
|
||||
LIBA_END_DECLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user