Dealing with what we scanned
if (nl >= 2) {
t = BREAK;
ungetc(c, f);
} else if (c == EOF)
t = END;
else {
// still more work to do
}
Previous slide
Next slide
Back to first slide
View graphic version