1 #include "nldbl-compat.h" 2 3 int 4 attribute_hidden __vfwprintf_chk(FILE * s,int flag,const wchar_t * fmt,va_list ap)5 __vfwprintf_chk (FILE *s, int flag, const wchar_t *fmt, va_list ap) 6 { 7 return __nldbl___vfwprintf_chk (s, flag, fmt, ap); 8 } 9