/* test-table-symboles.tpc */ /* Test file for simplified translator of a declaration of variables in C */ entier r1,b,s,c,r2 ; caractere letter, digit, punct; entier main(void) { caractere r1; readc(r1); print(r1); }