| 1 | #define nexttowardf nexttowardf_XXX |
|---|---|
| 2 | #include "nldbl-compat.h" |
| 3 | #undef nexttowardf |
| 4 | |
| 5 | extern float __nldbl_nexttowardf (float x, double y); |
| 6 | |
| 7 | float |
| 8 | attribute_hidden |
| 9 | nexttowardf (float x, double y) |
| 10 | { |
| 11 | return __nldbl_nexttowardf (x, y); |
| 12 | } |
| 13 |
