From e6584db26da34572fb13aa236e16e19f71c8e976 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 26 Aug 2022 14:16:16 +0200 Subject: user/libc: prepare for OpenED port --- 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 7f6630d..e2e3996 100644 --- a/src/user/lib/include/stdlib.h +++ b/src/user/lib/include/stdlib.h @@ -1,8 +1,13 @@ #pragma once #include +#include #ifndef NO_MALLOC_H #include #endif _Noreturn void abort(void); + +int mkstemp(char *template); +char *getenv(const char *name); +int system(const char *cmd); -- cgit v1.2.3