1#include "nldbl-compat.h"
2
3attribute_hidden
4int
5__dprintf_chk (int d, int flag, const char *fmt, ...)
6{
7 va_list arg;
8 int done;
9
10 va_start (arg, fmt);
11 done = __nldbl___vdprintf_chk (d, flag, fmt, arg);
12 va_end (arg);
13
14 return done;
15}
16

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