readesc
static int readesc(FILE *stream, int delim, int single_char);
yylval.number = readesc(infile, '\'', 1);
c = readesc(infile, '"', 0);