From bfe16de4be67565f1a1e7b1331fcbe3aedf9c54e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 28 Apr 2020 19:15:47 +0200 Subject: Userspace rewrite -> IT WORKS! :) Finally, after many months of work and rewrites the syscalls with constant char pointers work now :D --- src/userspace/mlibc/stdlib.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/userspace/mlibc/stdlib.h (limited to 'src/userspace/mlibc/stdlib.h') diff --git a/src/userspace/mlibc/stdlib.h b/src/userspace/mlibc/stdlib.h deleted file mode 100644 index 3ccdec2..0000000 --- a/src/userspace/mlibc/stdlib.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef MELVIX_STDLIB_H -#define MELVIX_STDLIB_H - -#include - -#ifndef MELVIX_ALLOC_H - -#include - -#endif - -#ifndef MELVIX_STRING_H - -#include - -#endif - -char *itoa(int n); - -int atoi(char *str); - -char *htoa(uint32_t n); - -int htoi(char *str); - -#endif \ No newline at end of file -- cgit v1.2.3