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