diff options
Diffstat (limited to 'src/userspace/libc/stdlib.h')
-rw-r--r-- | src/userspace/libc/stdlib.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/userspace/libc/stdlib.h b/src/userspace/libc/stdlib.h new file mode 100644 index 0000000..ab6bff4 --- /dev/null +++ b/src/userspace/libc/stdlib.h @@ -0,0 +1,10 @@ +#ifndef MELVIX_STDLIB_H +#define MELVIX_STDLIB_H + +// String conversion + +// Exit functions + +// Memory management + +#endif |