From 7fe0c5231ae80dbec34414ec47fe94f85b52ccfe Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 12 Dec 2021 17:07:10 +0800 Subject: 4.9 --- 4/9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '4') diff --git a/4/9.c b/4/9.c index 2392b40..b9f1aaf 100644 --- a/4/9.c +++ b/4/9.c @@ -38,7 +38,7 @@ double peek(); /* clears the stack */ void clear(); -/* adds support for sin, exp and pow functions */ +/* handle EOF input correctly */ int main(int argc, char *argv[]) { int type, i; double op2, op1; -- cgit v1.2.3