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