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