(root)/
glibc-2.38/
sysdeps/
ieee754/
ldbl-opt/
nldbl-printf_size.c
       1  #include "nldbl-compat.h"
       2  
       3  int
       4  attribute_hidden
       5  printf_size (FILE *__restrict fp, const struct printf_info *info,
       6  	     const void *const *__restrict args)
       7  {
       8    return __nldbl_printf_size (fp, info, args);
       9  }