| #include <sec_api/conio_s.h> |
| static int __cdecl _int_vcprintf_s (const char *, va_list); |
| static int __cdecl _stub (const char *, va_list); |
| int __cdecl (*__MINGW_IMP_SYMBOL(_vcprintf_s))(const char *, va_list) = |
| _stub (const char *s, va_list argp) |
| int __cdecl (*f)(const char *, va_list) = __MINGW_IMP_SYMBOL(_vcprintf_s); |
| GetProcAddress (__mingw_get_msvcrt_handle (), "_vcprintf_s"); |
| __MINGW_IMP_SYMBOL(_vcprintf_s) = f; |
| _vcprintf_s (const char *s, va_list argp) |
| _int_vcprintf_s (const char *s, va_list argp) |
| return _vcprintf (s, argp); |