ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/ieee754/ldbl-opt/nldbl-strfroml.c

9 lines
165 B
C

#include "nldbl-compat.h"
int
attribute_hidden
strfroml (char *dest, size_t size, const char *format, long double f)
{
return strfromd (dest, size, format, f);
}