1 #include "nldbl-compat.h" 2 3 int 4 attribute_hidden strfroml(char * dest,size_t size,const char * format,long double f)5 strfroml (char *dest, size_t size, const char *format, long double f) 6 { 7 return strfromd (dest, size, format, f); 8 } 9