We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059f83e commit 25a1a2aCopy full SHA for 25a1a2a
chapter04/4-10.c
@@ -38,7 +38,7 @@ void clearMemory(void);
38
int sp; /* next free stack position */
39
double val[MAXVAL]; /* value stack */
40
double mem[MAXVAR]; /* variables values */
41
-char buf[BUFSIZE]; /* buffer from ungetch */
+int buf[BUFSIZE]; /* buffer from ungetch */
42
int bufp; /* next free position in buf */
43
int variable; /* current input variable */
44
double printed; /* last printed value */
0 commit comments