From ac10c1a29c44b0cb29960cd0f792c7361bc430ce Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Fri, 18 May 2012 19:40:11 +0200 Subject: Added some stuff. --- src/user/lib/include/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/lib/include/string.h') diff --git a/src/user/lib/include/string.h b/src/user/lib/include/string.h index f14af35..87d8da2 100644 --- a/src/user/lib/include/string.h +++ b/src/user/lib/include/string.h @@ -14,7 +14,7 @@ uint16_t *memsetw(uint16_t *dest, uint16_t val, int count); int strlen(const char *str); char *strcpy(char *dest, const char *src); char *strdup(const char *src); -char *strchr(const char *str, char c); +char *strchr(const char *str, int c); char *strcat(char *dest, const char *src); int strcmp(const char *s1, const char *s2); -- cgit v1.2.3