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