Go to the source code of this file.
◆ _getw()
Definition at line 16 of file getw.cpp.
17{
19
20 int return_value =
EOF;
21
24 {
26 char*
const first =
reinterpret_cast<char*
>(&
value);
28
30 {
32 }
33
36
39
41 }
43 {
45 }
47
48 return return_value;
49}
#define _VALIDATE_RETURN(expr, errorcode, retexpr)
_Check_return_ _CRTIMP int __cdecl ferror(_In_ FILE *_File)
#define _getc_nolock(_stream)
_Check_return_ _CRTIMP int __cdecl feof(_In_ FILE *_File)
_CRTIMP void __cdecl _unlock_file(_Inout_ FILE *_File)
_CRTIMP void __cdecl _lock_file(_Inout_ FILE *_File)