about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/s_ufromfp.c
blob: f2b9537338ed1661881e4f0d313f00b8d33fee29 (plain) (blame)
1
2
3
4
5
6
7
8
9
#define UNSIGNED 1
#define INEXACT 0
#define FUNC __ufromfp
#include <s_fromfp_main.c>
weak_alias (__ufromfp, ufromfp)
#ifdef NO_LONG_DOUBLE
strong_alias (__ufromfp, __ufromfpl)
weak_alias (__ufromfp, ufromfpl)
#endif