changeset 29 | 7abf6146898e |
parent 9 | c3fecc82ade6 |
child 77 | 49e0babccb23 |
28:54addf5893ef | 29:7abf6146898e |
---|---|
15 #define MAXCHARS 80 |
15 #define MAXCHARS 80 |
16 |
16 |
17 int tokenchar (FILE * f) |
17 int tokenchar (FILE * f) |
18 { |
18 { |
19 char line[MAXCHARS]; |
19 char line[MAXCHARS]; |
20 |
|
20 int i; |
21 int i; |
21 int lines; |
22 int lines; |
22 int chars; |
23 int chars; |
23 |
24 |
24 lines = chars = 0; |
25 lines = chars = 0; |