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

9 lines
140 B
C

#include "nldbl-compat.h"
int
attribute_hidden
vdprintf (int d, const char *fmt, va_list arg)
{
return __nldbl_vdprintf (d, fmt, arg);
}