diff options
author | Jakob Kaivo <jkk@ung.org> | 2020-08-11 19:51:32 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2020-08-11 19:51:32 -0400 |
commit | d6127ae58ff3e823773a158a1e79d5999fa7f995 (patch) | |
tree | d530dfc9921d566919acf770c4b1ceb0a401a6bf /src/stdlib/__stdlib.c | |
parent | 5d9519b799ac6fb1e2d5bdb3daaf123c1326c0f1 (diff) |
move stdlib internals to _stdlib.h and struct __stdlib
Diffstat (limited to 'src/stdlib/__stdlib.c')
-rw-r--r-- | src/stdlib/__stdlib.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; |