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