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

8 lines
148 B
C

#define UNSIGNED 1
#define INEXACT 1
#define FUNC ufromfpx
#include <s_fromfp_main.c>
#ifdef NO_LONG_DOUBLE
weak_alias (ufromfpx, ufromfpxl)
#endif