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