glibc/sysdeps/ieee754/ldbl-opt/nldbl-vfwprintf.c

10 lines
159 B
C

#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);
}