|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdio.h>
Go to the source code of this file.
Macros | |
| #define | _NO_CRT_STDIO_INLINE |
Functions | |
| _Success_ (return >=0) _Check_return_opt_ int __CRTDECL sprintf(_Pre_notnull_ _Always_(_Post_z_) char *const _Buffer | |
| __crt_va_start (_ArgList, _Format) | |
| __crt_va_end (_ArgList) | |
Variables | |
| _In_z_ _Printf_format_string_ char const *const | _Format |
| _In_z_ _Printf_format_string_ char const *const va_list | _ArgList |
| _Result | |
| __crt_va_end | ( | _ArgList | ) |
| _Success_ | ( | return >= | 0 | ) | const |
| _Check_return_opt_ va_list _ArgList |
Definition at line 23 of file printf.c.
Referenced by _cprintf(), _cprintf_l(), _cprintf_p(), _cprintf_p_l(), _cprintf_s(), _cprintf_s_l(), _CRT_INSECURE_DEPRECATE(), _cscanf_s(), _cscanf_s_l(), _vcprintf(), _vcprintf_l(), _vcprintf_p(), _vcprintf_p_l(), _vcprintf_s(), _vcprintf_s_l(), _vcscanf_s(), _vcscanf_s_l(), and vswprintf().
Definition at line 19 of file printf.c.
Referenced by _cprintf(), _cprintf_l(), _cprintf_p(), _cprintf_p_l(), _cprintf_s(), _cprintf_s_l(), _CRT_INSECURE_DEPRECATE(), _cscanf_s(), _cscanf_s_l(), _vcprintf(), _vcprintf_l(), _vcprintf_p(), _vcprintf_p_l(), _vcprintf_s(), _vcprintf_s_l(), _vcscanf_s(), _vcscanf_s_l(), swprintf(), and vswprintf().
| return _Result |
Definition at line 27 of file printf.c.
Referenced by _wsopen_dispatch().