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

8 lines
184 B
C
Raw Normal View History

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