# define TGSOURCE "../complex/cimag.c" #include "_tgmath.h" #include TYPE TGFN(cimag)(TYPE complex z) { return 0.0; } /*d The cimag functions compute the imaginary part of z. 164) d*/ /*r The cimag functions return the imaginary part value (as a real). r*/ /* STDC(199901) LINK(m) */