DEBSOURCES
Skip Quicknav
sources / glibc / 2.24-10 / sysdeps / ieee754 / ldbl-opt / nldbl-vdprintf.c
12345678
#include "nldbl-compat.h" int attribute_hidden vdprintf (int d, const char *fmt, va_list arg) { return __nldbl_vdprintf (d, fmt, arg); }