From 52ebc999c3c1f9321ccaea84a0bef790ef113875 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 12 Dec 2021 17:07:03 +0800 Subject: 4.8 --- 4/8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '4/8.c') diff --git a/4/8.c b/4/8.c index b81378e..b189215 100644 --- a/4/8.c +++ b/4/8.c @@ -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; -- cgit v1.2.3