(root)/
glibc-2.38/
sysdeps/
ieee754/
ldbl-opt/
nldbl-strfroml.c
       1  #include "nldbl-compat.h"
       2  
       3  int
       4  attribute_hidden
       5  strfroml (char *dest, size_t size, const char *format, long double f)
       6  {
       7    return strfromd (dest, size, format, f);
       8  }