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