mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 02:10:18 +00:00
8 lines
142 B
C
8 lines
142 B
C
|
#define UNSIGNED 0
|
||
|
#define INEXACT 0
|
||
|
#define FUNC fromfp
|
||
|
#include <s_fromfp_main.c>
|
||
|
#ifdef NO_LONG_DOUBLE
|
||
|
weak_alias (fromfp, fromfpl)
|
||
|
#endif
|