26 char const char_value =
static_cast<char>(
c);
27 *
stream->_ptr++ = char_value;
28 return char_value & 0xff;
33 __crt_cached_ptd_host
ptd;
72 __crt_cached_ptd_host
ptd;
int __cdecl __acrt_stdio_flush_and_write_narrow_nolock(int const c, FILE *const stream, __crt_cached_ptd_host &ptd)
#define _UCRT_VALIDATE_STREAM_ANSI_RETURN(ptd, stream, errorcode, retexpr)
#define _UCRT_VALIDATE_RETURN(ptd, expr, errorcode, retexpr)
_In_ size_t const _In_ int _In_ bool const _In_ unsigned const _In_ __acrt_rounding_mode const _Inout_ __crt_cached_ptd_host & ptd
int __cdecl _fputc_nolock_internal(int const c, FILE *const public_stream, __crt_cached_ptd_host &ptd)
static int __cdecl _fputc_internal(int const c, FILE *const stream, __crt_cached_ptd_host &ptd)
int __cdecl putc(int const c, FILE *const stream)
int __cdecl fputc(int const c, FILE *const stream)
int __cdecl _fputchar(int const c)
int __cdecl putchar(int const c)
_CRTIMP void __cdecl _unlock_file(_Inout_ FILE *_File)
#define _putc_nolock(_c, _stream)
#define _fputc_nolock(_c, _stream)
_CRTIMP void __cdecl _lock_file(_Inout_ FILE *_File)