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