ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <corecrt_internal_stdio_input.h>
Go to the source code of this file.
Macros | |
#define | _ALLOW_OLD_VALIDATE_MACROS |
Functions | |
template<typename Character > | |
static int __cdecl | common_cscanf (unsigned __int64 const options, Character const *const format, _locale_t const locale, va_list const arglist) throw () |
int __cdecl | __conio_common_vcscanf (unsigned __int64 const options, char const *const format, _locale_t const locale, va_list const arglist) |
int __cdecl | __conio_common_vcwscanf (unsigned __int64 const options, wchar_t const *const format, _locale_t const locale, va_list const arglist) |
#define _ALLOW_OLD_VALIDATE_MACROS |
Definition at line 8 of file cscanf.cpp.
int __cdecl __conio_common_vcscanf | ( | unsigned __int64 const | options, |
char const *const | format, | ||
_locale_t const | locale, | ||
va_list const | arglist | ||
) |
Definition at line 38 of file cscanf.cpp.
int __cdecl __conio_common_vcwscanf | ( | unsigned __int64 const | options, |
wchar_t const *const | format, | ||
_locale_t const | locale, | ||
va_list const | arglist | ||
) |
Definition at line 48 of file cscanf.cpp.
|
static |
Definition at line 14 of file cscanf.cpp.
Referenced by __conio_common_vcscanf(), and __conio_common_vcwscanf().