std::wcstok (3) Linux Manual Page
std::wcstok – std::wcstok Synopsis Defined in header<cwchar> wchar_t *wcstok(wchar_t *str, const wchar_t *delim, wchar_t **ptr); Finds the next token in a null-terminated wide string pointed to by str. The separator characters are identified by null-terminated wide string pointed to by delim. This function is designed to be called multiples times to obtain successive tokens from…
