1#define nexttoward nexttoward_XXX
2#define nexttowardl nexttowardl_XXX
3#include "nldbl-compat.h"
4#undef nexttoward
5#undef nexttowardl
6
7double
8attribute_hidden
9nexttoward (double x, double y)
10{
11 return nextafter (x: x, y: y);
12}
13extern __typeof (nexttoward) nexttowardl attribute_hidden;
14strong_alias (nexttoward, nexttowardl)
15

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