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