From 723428bebe3105ad3c3406e416402d1831b482c4 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 15 Aug 2021 00:16:45 -0400 Subject: Inital commit --- linux/lib/string.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 linux/lib/string.c (limited to 'linux/lib/string.c') diff --git a/linux/lib/string.c b/linux/lib/string.c new file mode 100644 index 0000000..f6befd9 --- /dev/null +++ b/linux/lib/string.c @@ -0,0 +1,8 @@ +#ifndef __GNUC__ +#error I want gcc! +#endif + +#define extern +#define inline +#define __LIBRARY__ +#include -- cgit v1.2.3