diff options
Diffstat (limited to 'libc/include/stdlib.h')
| -rw-r--r-- | libc/include/stdlib.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/include/stdlib.h b/libc/include/stdlib.h new file mode 100644 index 0000000..146b4b8 --- /dev/null +++ b/libc/include/stdlib.h @@ -0,0 +1,4 @@ +/* this is by no means standards-compliant... but who cares? :P */ + +/* NOT reentrant! */ +char* itoa(int val, int base); |