diff options
Diffstat (limited to 'api/lib/kstring.h')
| -rw-r--r-- | api/lib/kstring.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/api/lib/kstring.h b/api/lib/kstring.h index c28e17c..d1d45d5 100644 --- a/api/lib/kstring.h +++ b/api/lib/kstring.h @@ -7,8 +7,5 @@ void *memmove(void *dest, const void *src, size_t size); void *memset(void *dest, int val, size_t size); int memcmp(const void *str1, const void *str2, size_t count); size_t strlen(const char *s); -unsigned long long strtoull( - const char *restrict begin, - char **restrict end, - int base); +unsigned long long strtoull(const char *restrict begin, char **restrict end, int base); |
