erfc
#define erfc(x) __tg_simple(x, erfc)
double erfc(double);
__weak_reference(erfc, erfcl);
TGMACRO_REAL(erfc)
PASS_REAL_ARG_REAL_RET(erfc));