diff options
Diffstat (limited to 'lib/api/libc/wchar.h')
| -rw-r--r-- | lib/api/libc/wchar.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/api/libc/wchar.h b/lib/api/libc/wchar.h new file mode 100644 index 0000000..350c209 --- /dev/null +++ b/lib/api/libc/wchar.h @@ -0,0 +1,6 @@ +#pragma once + +#include <stddef.h> + +size_t wcslen(const wchar_t *s); +wchar_t *wcsdup(const wchar_t *s); |
