diff options
Diffstat (limited to 'src/internal/libc.c')
-rw-r--r-- | src/internal/libc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/internal/libc.c b/src/internal/libc.c new file mode 100644 index 00000000..5e8e9d95 --- /dev/null +++ b/src/internal/libc.c @@ -0,0 +1,3 @@ +#include "libc.h" + +struct libc libc; |