blob: efc02f74814fb4954805ecfd3ced9dd6a692be61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#define UNSIGNED 0
#define INEXACT 0
#define FUNC __fromfp
#include <s_fromfp_main.c>
weak_alias (__fromfp, fromfp)
#ifdef NO_LONG_DOUBLE
strong_alias (__fromfp, __fromfpl)
weak_alias (__fromfp, fromfpl)
#endif
|