From 6e4b9831f903e583d58de8b4265159f6d859ebc2 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 2 Sep 2022 23:56:18 +0200 Subject: user/ports: bare minimum to run doomgeneric --- src/user/lib/include/stdlib.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/user/lib/include/stdlib.h') diff --git a/src/user/lib/include/stdlib.h b/src/user/lib/include/stdlib.h index 8c827e3..2df0bf7 100644 --- a/src/user/lib/include/stdlib.h +++ b/src/user/lib/include/stdlib.h @@ -15,3 +15,8 @@ _Noreturn void exit(int); int mkstemp(char *template); char *getenv(const char *name); int system(const char *cmd); + +int abs(int i); + +int atoi(const char *s); +double atof(const char *s); -- cgit v1.2.3