(root)/
glibc-2.38/
sysdeps/
ieee754/
ldbl-opt/
nldbl-vdprintf.c
       1  #include "nldbl-compat.h"
       2  
       3  int
       4  attribute_hidden
       5  vdprintf (int d, const char *fmt, va_list arg)
       6  {
       7    return __nldbl_vdprintf (d, fmt, arg);
       8  }