summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/s_fromfp.c
blob: 92fbe0c162e65ab17cb56ac5b3fdced5c8f1d1b6 (plain)
1
2
3
4
5
6
7
#define UNSIGNED 0
#define INEXACT 0
#define FUNC fromfp
#include <s_fromfp_main.c>
#ifdef NO_LONG_DOUBLE
weak_alias (fromfp, fromfpl)
#endif