diff options
Diffstat (limited to 'api/libc/wchar.h')
| -rw-r--r-- | api/libc/wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/libc/wchar.h b/api/libc/wchar.h index 4dd339d..350c209 100644 --- a/api/libc/wchar.h +++ b/api/libc/wchar.h @@ -3,4 +3,4 @@ #include <stddef.h> size_t wcslen(const wchar_t *s); - +wchar_t *wcsdup(const wchar_t *s); |
