1#include "nldbl-compat.h"
2
3int
4attribute_hidden
5vfprintf (FILE *s, const char *fmt, va_list ap)
6{
7 return __nldbl_vfprintf (s, fmt, ap);
8}
9extern __typeof (vfprintf) _IO_vfprintf attribute_hidden;
10strong_alias (vfprintf, _IO_vfprintf)
11

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-vfprintf.c