From 0bff8199e4a800d5ea1bd422dcf06643d6daf008 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 10 Jan 2022 22:15:15 +0100 Subject: include/setup.sh --- include/10.libc/stdlib.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'include/10.libc/stdlib.h') diff --git a/include/10.libc/stdlib.h b/include/10.libc/stdlib.h index a0afe38..77ffa67 100644 --- a/include/10.libc/stdlib.h +++ b/include/10.libc/stdlib.h @@ -1,15 +1,11 @@ #ifndef _STDLIB_H #define _STDLIB_H -#ifdef __cplusplus -extern "C" { -#endif + void abort(void); int atexit(void (*)(void)); int atoi(const char*); void free(void*); char* getenv(const char*); void* malloc(size_t); -#ifdef __cplusplus -} -#endif + #endif -- cgit v1.2.3