#include long lroundl(long double x) { return roundl(x); } #ifdef TEST int main(void) { return 0; } #endif