From 3f9278b48ff4bc0d2cf1604034b3bba548572f04 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sun, 11 Feb 2024 23:48:04 +0000 Subject: kjarna initial impl --- api/lib/kstring.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'api/lib/kstring.h') 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); -- cgit v1.3.1-1-g115d