glibc/sysdeps/ieee754/dbl-64/s_fromfpx.c

8 lines
145 B
C

#define UNSIGNED 0
#define INEXACT 1
#define FUNC fromfpx
#include <s_fromfp_main.c>
#ifdef NO_LONG_DOUBLE
weak_alias (fromfpx, fromfpxl)
#endif