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