diff options
Diffstat (limited to 'src/libs/utils.h')
| -rw-r--r-- | src/libs/utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/utils.h b/src/libs/utils.h index 140f1fd..8260ca2 100644 --- a/src/libs/utils.h +++ b/src/libs/utils.h @@ -23,7 +23,6 @@ int modulo(int dividend, int divisor); // Assumes that both argument are positve // Strings (not these functions do not follow libc standards and are buggy) int strlen(char * cp); -int wordlen(char *s); u8 strcmp(char *str1, char*str2); u8 strncmp(char *str1, char*str2, int n); |
