Home
last modified time | relevance | path

Searched refs:str2 (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/string/
Dwcstok.c153 static wchar_t str2[] = L"\t \t"; in main() local
160 t = wcstok(str2, L" \t", &ptr2); // t is a null pointer in main()