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