[liba] Add abs function for int

Change-Id: Ic133ff2f34c7ff24ecbec69d5f31e447a72ae4fe
This commit is contained in:
Hugo Saint-Vignes
2020-08-04 18:16:44 +02:00
committed by Émilie Feral
parent 0a92499dd7
commit 53e204db3a
4 changed files with 9 additions and 0 deletions

View File

@@ -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