#if 0 # define TGSOURCE "remquo.c" #include "_tgmath.h" #include TYPE TGFN(remquo)(TYPE x, TYPE y, int *quo) { (void)quo; return x - y; } /* STDC(199901) LINK(m) */ #endif