clog
extern _IO_ostream_withassign clog
extern double complex clog(double complex);
OSTREAM_DEF(clog, CERR_SBUF, (ostream*)&cout, 0, __asm__ ("__IO_clog"))
OSTREAM_DEF(clog, CERR_SBUF, (ostream*)&cout, 0, )
clog.base._strbuf = (streambuf*)&_IO_stderr_buf;
clog.base._strbuf = (streambuf*)_IO_stderr;
weak_alias (__clog, clog)
__MATHCALL (clog, (_Mdouble_complex_ __z));