Go to the source code of this file.
◆ _puts_internal()
Definition at line 15 of file puts.cpp.
16{
18
21
23
25 {
26 __acrt_stdio_temporary_buffering_guard
const buffering(
stream,
ptd);
27
29
30
31
33 {
35 }
36
37 return 0;
38 });
39}
ACPI_SIZE strlen(const char *String)
#define _UCRT_VALIDATE_STREAM_ANSI_RETURN(ptd, stream, errorcode, retexpr)
#define _UCRT_VALIDATE_RETURN(ptd, expr, errorcode, retexpr)
auto __acrt_lock_stream_and_call(FILE *const stream, Action &&action) -> decltype(action())
_Check_return_opt_ size_t __cdecl _fwrite_nolock_internal(_In_reads_bytes_(_ElementSize *_ElementCount) void const *_Buffer, _In_ size_t _ElementSize, _In_ size_t _ElementCount, _Inout_ FILE *_Stream, _Inout_ __crt_cached_ptd_host &_Ptd)
_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)
GLuint GLsizei GLsizei * length
Referenced by puts().
◆ puts()
Definition at line 41 of file puts.cpp.
42{
43 __crt_cached_ptd_host
ptd;
45}
static int __cdecl _puts_internal(char const *const string, __crt_cached_ptd_host &ptd)