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)
void CDECL _lock_file(FILE *file)
int CDECL feof(FILE *file)
void CDECL _unlock_file(FILE *file)
int CDECL ferror(FILE *file)
#define _getc_nolock(_stream)
Referenced by getw().