about summary refs log tree commit diff
path: root/sysdeps/ieee754/flt-32/s_ufromfpf.c
blob: 3aafd589d98760fa284e7dbc4e3f570d8dce0d4c (plain) (blame)
1
2
3
4
5
#define UNSIGNED 1
#define INEXACT 0
#define FUNC __ufromfpf
#include <s_fromfpf_main.c>
weak_alias (__ufromfpf, ufromfpf)