1 2 3 4 5 6 7 8
#ifdef __STDC_VERSION__ #include <wchar.h> #else static size_t wcslen(const wchar_t *); #include "wchar/wcslen.c" #endif