From d6127ae58ff3e823773a158a1e79d5999fa7f995 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 11 Aug 2020 19:51:32 -0400 Subject: move stdlib internals to _stdlib.h and struct __stdlib --- src/stdlib/__stdlib.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/stdlib/__stdlib.c (limited to 'src/stdlib/__stdlib.c') diff --git a/src/stdlib/__stdlib.c b/src/stdlib/__stdlib.c new file mode 100644 index 00000000..bfc601d9 --- /dev/null +++ b/src/stdlib/__stdlib.c @@ -0,0 +1,3 @@ +#include "_stdlib.h" + +struct __stdlib __stdlib; -- cgit v1.2.1