1 2 3 4 5 6
#pragma once #include <stddef.h> size_t wcslen(const wchar_t *s); wchar_t *wcsdup(const wchar_t *s);