sincos
void sincos(double, double *, double *);
PROTO_NORMAL(sincos);
DEF_NONSTD(sincos);
LDBL_MAYBE_NONSTD_UNUSED_CLONE(sincos);
sincos(x, &y, &z);
sincos(x, &y, &z);