blob: a7ffb05fc56e27cc3e580f0e7529abfacf64a3e7 [file] [log] [blame]
#include <math.h>
long double nexttowardl(long double x, long double y) { return nextafterl(x, y); }