# define TGSOURCE "ccos.c" #include "nonstd/tgmath.h" #include TYPE complex TGFN(ccos)(TYPE complex z) { return 0.0; } /*d The ccos functions compute the complex cosine of z. d*/ /*r The ccos functions return the complex cosine value. r*/ /* STDC(199901) LINK(m) */