Go to the source code of this file.
◆ _fputws_internal()
Definition at line 18 of file fputws.cpp.
19{
22
24 {
25 __acrt_stdio_temporary_buffering_guard
const buffering(
stream,
ptd);
26
27 for (
wchar_t const* it =
string; *it !=
L'\0'; ++it)
28 {
30 {
32 }
33 }
34
35 return 0;
36 });
37}
#define _UCRT_VALIDATE_RETURN(ptd, expr, errorcode, retexpr)
_Check_return_opt_ wint_t __cdecl _fputwc_nolock_internal(_In_ wchar_t _Character, _Inout_ FILE *_Stream, _Inout_ __crt_cached_ptd_host &_Ptd)
auto __acrt_lock_stream_and_call(FILE *const stream, Action &&action) -> decltype(action())
_In_ size_t const _In_ int _In_ bool const _In_ unsigned const _In_ __acrt_rounding_mode const _Inout_ __crt_cached_ptd_host & ptd
Referenced by fputws().
◆ fputws()
Definition at line 39 of file fputws.cpp.
40{
41 __crt_cached_ptd_host
ptd;
43}
static int __cdecl _fputws_internal(wchar_t const *const string, FILE *const stream, __crt_cached_ptd_host &ptd)