fix regression in access to optopt object
[musl.git] / src / math / nexttowardl.c
blob67a634039f606be277214ae791cccc1b0ef57788
1 #include <math.h>
3 long double nexttowardl(long double x, long double y)
5 return nextafterl(x, y);