mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[liba] Add abs function for int
Change-Id: Ic133ff2f34c7ff24ecbec69d5f31e447a72ae4fe
This commit is contained in:
committed by
Émilie Feral
parent
0a92499dd7
commit
53e204db3a
@@ -13,6 +13,8 @@ void * calloc(size_t count, size_t size);
|
||||
|
||||
void abort(void) __attribute__((noreturn));
|
||||
|
||||
int abs(int n);
|
||||
|
||||
LIBA_END_DECLS
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user