glibc/sysdeps/ieee754/flt-32/s_ufromfpf.c

6 lines
123 B
C

#define UNSIGNED 1
#define INEXACT 0
#define FUNC __ufromfpf
#include <s_fromfpf_main.c>
weak_alias (__ufromfpf, ufromfpf)