mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 00:31:08 +00:00
8 lines
145 B
C
8 lines
145 B
C
|
#define UNSIGNED 1
|
||
|
#define INEXACT 0
|
||
|
#define FUNC ufromfp
|
||
|
#include <s_fromfp_main.c>
|
||
|
#ifdef NO_LONG_DOUBLE
|
||
|
weak_alias (ufromfp, ufromfpl)
|
||
|
#endif
|