blob: 83a8c4976feb0075019556513220f466461bd5f4 [file] [log] [blame]
#include <wchar.h>
wchar_t* wcpcpy(wchar_t* restrict d, const wchar_t* restrict s) { return wcscpy(d, s) + wcslen(s); }