| 1 | #define UNSIGNED 1 |
|---|---|
| 2 | #define INEXACT 0 |
| 3 | #define FUNC ufromfp |
| 4 | #include <s_fromfp_main.c> |
| 5 | #ifdef NO_LONG_DOUBLE |
| 6 | weak_alias (ufromfp, ufromfpl) |
| 7 | #endif |
| 8 |
| 1 | #define UNSIGNED 1 |
|---|---|
| 2 | #define INEXACT 0 |
| 3 | #define FUNC ufromfp |
| 4 | #include <s_fromfp_main.c> |
| 5 | #ifdef NO_LONG_DOUBLE |
| 6 | weak_alias (ufromfp, ufromfpl) |
| 7 | #endif |
| 8 |