Searched defs:size_in_words (Results 1 – 1 of 1) sorted by relevance
25 extern "C" errno_t __cdecl _cgetws_s(wchar_t* const string_buffer, size_t const size_in_words, size… in _cgetws_s()143 size_t const size_in_words = static_cast<size_t>(string[0]); in _cgetws() local