12.07.2015 Views

LEX & YACC

LEX & YACC

LEX & YACC

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

void graphFinish() {int i, j;for (i = 0; i < lmax; i++) {for (j = cmax-1; j > 0 && graph[i][j] == ' '; j--);graph[i][cmax-1] = 0;if (j < cmax-1) graph[i][j+1] = 0;if (graph[i][j] == ' ') graph[i][j] = 0;}for (i = lmax-1; i > 0 && graph[i][0] == 0; i--);printf ("\n\nGraph %d:\n", graphNumber++);for (j = 0; j

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!