SmartAudio/package/avs/libsensory/files/wrapper/chk/vwprintf_chk.c

8 lines
161 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#include <stdarg.h>
#include <wchar.h>
#include "fortify.h"
int __vwprintf_chk(int flag, const wchar_t *restrict fmt, va_list ap)
{
return vwprintf(fmt, ap);
}