diff options
author | Oxore <oxore@protonmail.com> | 2018-07-14 15:01:03 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2018-07-14 15:01:03 +0300 |
commit | e3614f6eef762ca0c2e14736c8a20760c6d5661b (patch) | |
tree | f8834e1137050246bdc99ef476088251707d9917 /include/unicode.h | |
parent | d3fddd7d28f314a6738f2a0ba4d9f58024b01984 (diff) |
Add utf8_strlen tests, refactor unicode module
Diffstat (limited to 'include/unicode.h')
-rw-r--r-- | include/unicode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unicode.h b/include/unicode.h index f950f12..0a34ce3 100644 --- a/include/unicode.h +++ b/include/unicode.h @@ -1,2 +1,2 @@ -unsigned long utf8_strlen(void *string); +unsigned long utf8_strlen(char *string); void utf8to32_strcpy(wchar_t *dest, char *src); |