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