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