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)
_Check_return_ _CRTIMP int __cdecl ferror(_In_ FILE *_File)
_CRTIMP void __cdecl _unlock_file(_Inout_ FILE *_File)
#define _fputc_nolock(_c, _stream)
_CRTIMP void __cdecl _lock_file(_Inout_ FILE *_File)