remquo
#undef remquo
#define remquo(x, y, ip) __tgmath_remquo(x, y, ip)
remquo(double x, double y, int *quo) {