• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <sec_api/stdio_s.h>
2 
_vscwprintf_p(const wchar_t * format,va_list arglist)3 int __cdecl _vscwprintf_p(const wchar_t *format, va_list arglist)
4 {
5     return _vscwprintf_p_l(format, NULL, arglist);
6 }
7 
8 int __cdecl (*__MINGW_IMP_SYMBOL(_vscwprintf_p))(const wchar_t *, va_list) = _vscwprintf_p;
9