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