From fd9f4bd7724b4440bede4ccbb3670e88289402d9 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Sat, 26 Jul 2025 15:27:23 +0200 Subject: Move include files to a subdirectory Move the include files to the toxic/ subdirectory, so it gets a bit more organized. Ah, yeah, OS name will be renamed to ToxicOS Signed-off-by: Carlos Maiolino --- src/lib/string.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/lib/string.h (limited to 'src/lib/string.h') diff --git a/src/lib/string.h b/src/lib/string.h deleted file mode 100644 index 72585ac..0000000 --- a/src/lib/string.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef STRING_H -#define STRING_H - -#include - -size_t strlen(const char *s); -char *strcpy(char *restrict dst, const char *restrict src); - -#endif /* STRING_H */ -- cgit v1.2.3