ReactOS 0.4.16-dev-942-g91fadeb
printf_count_output.cpp File Reference
Include dependency graph for printf_count_output.cpp:

Go to the source code of this file.

Functions

int __cdecl _set_printf_count_output (int const value)
 
int __cdecl _get_printf_count_output ()
 

Variables

static UINT_PTR enable_percent_n = 0
 

Function Documentation

◆ _get_printf_count_output()

int __cdecl _get_printf_count_output ( void  )

Definition at line 32 of file printf_count_output.cpp.

33{
34 return enable_percent_n == (__security_cookie | 1);
35}
static UINT_PTR enable_percent_n
uintptr_t __security_cookie
Definition: gs_support.c:49

Referenced by __crt_stdio_output::output_processor< Character, OutputAdapter, ProcessorBase >::type_case_n().

◆ _set_printf_count_output()

int __cdecl _set_printf_count_output ( int const  value)

Definition at line 21 of file printf_count_output.cpp.

22{
23 int const old = (enable_percent_n == (__security_cookie | 1));
25 return old;
26}
Definition: pdh_main.c:96

Variable Documentation

◆ enable_percent_n

UINT_PTR enable_percent_n = 0
static

Definition at line 12 of file printf_count_output.cpp.

Referenced by _get_printf_count_output(), and _set_printf_count_output().