ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <conio.h>
#include <corecrt_internal_lowio.h>
#include <corecrt_internal_securecrt.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
errno_t __cdecl | _cgetws_s (wchar_t *const string_buffer, size_t const size_in_words, size_t *const size_read) |
wchar_t *__cdecl | _cgetws (_Inout_z_ wchar_t *const string) |
Variables | |
wchar_t | __console_wchar_buffer = 0 |
int | __console_wchar_buffer_used = 0 |
Definition at line 138 of file cgetws.cpp.
errno_t __cdecl _cgetws_s | ( | wchar_t *const | string_buffer, |
size_t const | size_in_words, | ||
size_t *const | size_read | ||
) |
Definition at line 25 of file cgetws.cpp.
Referenced by _cgets_s(), and _cgetws().
wchar_t __console_wchar_buffer = 0 |
Definition at line 18 of file cgetws.cpp.
Referenced by _cgets_s(), and _cgetws_s().
int __console_wchar_buffer_used = 0 |
Definition at line 19 of file cgetws.cpp.
Referenced by _cgets_s(), and _cgetws_s().