1#include "nldbl-compat.h"
2
3int
4attribute_hidden
5vdprintf (int d, const char *fmt, va_list arg)
6{
7 return __nldbl_vdprintf (d, fmt, arg);
8}
9

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