blob: c3fe76a97122e5eadb9136180c0ad3532108510d [file] [log] [blame]
#include "nldbl-compat.h"
int
attribute_hidden
weak_function
vfwprintf (FILE *s, const wchar_t *fmt, va_list ap)
{
return __nldbl_vfwprintf (s, fmt, ap);
}