Go to the source code of this file.
◆ _putw()
Definition at line 16 of file putw.cpp.
17{
19
20 int return_value =
EOF;
21
24 {
27 for (
char const* it =
first; it !=
last; ++it)
28 {
30 }
31
34
36 }
38 {
40 }
42
43 return return_value;
44}
#define _VALIDATE_RETURN(expr, errorcode, retexpr)
void CDECL _lock_file(FILE *file)
void CDECL _unlock_file(FILE *file)
int CDECL ferror(FILE *file)
static const LARGE_INTEGER *static const HANDLE const LARGE_INTEGER *static PSLIST_ENTRY PSLIST_ENTRY last
#define _fputc_nolock(_c, _stream)
Referenced by putw().