From f6323421e22c3585c58b54658a11e1e4706cc8fa Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 9 Apr 2021 10:29:23 +0200 Subject: Cleaning code and provide minimal libc --- src/libc/string.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/libc/string.h (limited to 'src/libc/string.h') diff --git a/src/libc/string.h b/src/libc/string.h new file mode 100644 index 0000000..82106b2 --- /dev/null +++ b/src/libc/string.h @@ -0,0 +1,6 @@ +#ifndef STRING_H +#define STRING_H + +void itoa(int i, char *a); + +#endif \ No newline at end of file -- cgit v1.2.3