#include long double nexttowardl(long double x, long double y) { return nextafterl(x, y); } #ifdef TEST int main(void) { return 0; } #endif