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