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/string.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'include/10.libc/string.h') diff --git a/include/10.libc/string.h b/include/10.libc/string.h index bef5854..78fa956 100644 --- a/include/10.libc/string.h +++ b/include/10.libc/string.h @@ -1,16 +1,12 @@ #ifndef _STRING_H #define _STRING_H + #include -#ifdef __cplusplus -extern "C" { -#endif + void* memcpy(void*, const void*, size_t); void* memset(void*, int, size_t); char* strcpy(char*, const char*); size_t strlen(const char*); -#ifdef __cplusplus -} -#endif #include -- cgit v1.2.3