mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-07-11 07:09:22 +00:00
Updated userspace
This commit is contained in:
@ -12,6 +12,7 @@ extern "C"
|
||||
void *memset(void *, int, size_t);
|
||||
char *strcpy(char *, const char *);
|
||||
size_t strlen(const char *);
|
||||
int strncmp(const char *s1, const char *s2, size_t n);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user