make it build (and get wibo update from ph)

This commit is contained in:
Yanis002
2025-02-13 23:19:43 +01:00
parent 27d0fa2662
commit 4f7cefd225
8 changed files with 91 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _C_STRLIB_H
#define _C_STRLIB_H
int abs(int n);
#endif