getsc__
static int getsc__ ARGS((void));
#define getsc_() ((*source->str != '\0') ? *source->str++ : getsc__())
c = getsc__();