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

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-nexttowardf.c