ReactOS 0.4.16-dev-927-g467dec4
printf.c File Reference
#include <stdio.h>
Include dependency graph for printf.c:

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
 

Macro Definition Documentation

◆ _NO_CRT_STDIO_INLINE

#define _NO_CRT_STDIO_INLINE

Definition at line 8 of file printf.c.

Function Documentation

◆ __crt_va_end()

__crt_va_end ( _ArgList  )

◆ __crt_va_start()

__crt_va_start ( _ArgList  ,
_Format   
)

◆ _Success_()

_Success_ ( return >=  0) const

Variable Documentation

◆ _ArgList

◆ _Format

◆ _Result

return _Result
Initial value:
_Buffer, (size_t)-1, _Format, NULL, _ArgList)
#define _CRT_INTERNAL_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION
#define _CRT_INTERNAL_LOCAL_PRINTF_OPTIONS
#define NULL
Definition: types.h:112
_In_z_ _Printf_format_string_ char const *const _Format
Definition: printf.c:19
_In_z_ _Printf_format_string_ char const *const va_list _ArgList
Definition: printf.c:23
_In_ _Pre_notnull_ _Buffer
Definition: stdlib.h:644
int __cdecl __stdio_common_vsprintf(unsigned __int64 const options, char *const buffer, size_t const buffer_count, char const *const format, _locale_t const locale, va_list const arglist)
Definition: output.cpp:233

Definition at line 27 of file printf.c.

Referenced by _wsopen_dispatch().