feat: implemented errno, strtol. Started ustar. Reformatted headers and
code. Added some self-tests. Started prepwork for vfs.
This commit is contained in:
@@ -33,4 +33,6 @@ long long llabs(long long val);
|
||||
|
||||
void qsort(void *base, size_t num, size_t size, int (*compar)(const void *, const void *));
|
||||
|
||||
long strtol(const char *nptr, char **endptr, int base);
|
||||
|
||||
#endif //NEW_KERNEL_STDLIB_H
|
||||
|
||||
Reference in New Issue
Block a user