diff options
Diffstat (limited to '4/8.c')
| -rw-r--r-- | 4/8.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ double peek(); /* clears the stack */ void clear(); -/* adds support for sin, exp and pow functions */ +/* set bufsize to 1 to make the program pushback atmost 1 char */ int main(int argc, char *argv[]) { int type, i; double op2, op1; |
