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