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