mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +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