Home
last modified time | relevance | path

Searched defs:size_in_words (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/ucrt/conio/
H A Dcgetws.cpp25 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