# define TGSOURCE "conj.c" #include "nonstd/tgmath.h" #include TYPE complex TGFN(conj)(TYPE complex z) { return 0.0; } /*d The conj functions compute the complex conjugate of z, by rev ersing the sign of its imaginary part. d*/ /*r The conj functions return the complex conjugate value. r*/ /* STDC(199901) LINK(m) */