# define TGSOURCE "../complex/cexp.c" #include "_tgmath.h" #include TYPE complex TGFN(cexp)(TYPE complex z) { return 0.0; } /*d The cexp functions compute the complex base-e exponential of z. d*/ /*r The cexp functions compute the complex base-e exponential of z. r*/ /* STDC(199901) LINK(m) */