mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Implemented strtoul, isdelim and strtok
This commit is contained in:
parent
eea4a9eae1
commit
2b669689b3
@ -23,6 +23,7 @@ extern "C"
|
||||
char *itoa(int Value, char *Buffer, int Base);
|
||||
char *ltoa(long Value, char *Buffer, int Base);
|
||||
char *ultoa(unsigned long Value, char *Buffer, int Base);
|
||||
unsigned long int strtoul(const char *str, char **endptr, int base);
|
||||
|
||||
void *memcpy_unsafe(void *dest, const void *src, size_t n);
|
||||
void *memset_unsafe(void *dest, int c, size_t n);
|
||||
|
Loading…
x
Reference in New Issue
Block a user