20 int return_value =
EOF;
53 if (!is_in_read_only_mode && !is_in_rw_write_mode)
57 if (
stream->_base ==
nullptr)
73 if (
stream.is_string_backed())
76 if (*
stream->_ptr !=
static_cast<char>(
c))
85 *
stream->_ptr =
static_cast<char>(
c);
void __cdecl __acrt_stdio_allocate_buffer_nolock(FILE *const public_stream)
#define _VALIDATE_STREAM_ANSI_RETURN(stream, errorcode, retexpr)
#define _VALIDATE_RETURN(expr, errorcode, retexpr)
_CRTIMP void __cdecl _unlock_file(_Inout_ FILE *_File)
_CRTIMP void __cdecl _lock_file(_Inout_ FILE *_File)
int __cdecl _ungetc_nolock(int const c, FILE *public_stream)
int __cdecl ungetc(int const c, FILE *const stream)