Add getpayloadl to libnldbl.
[glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-strfroml.c
blobd6df69e418331cf45449abcb3d88093cd8534bd0
1 #include "nldbl-compat.h"
3 int
4 attribute_hidden
5 strfroml (char *dest, size_t size, const char *format, long double f)
7 return strfromd (dest, size, format, f);