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

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