From b2661e22ee6604bd374e075b6da9ce8907f24e8d Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Tue, 7 Dec 2021 18:34:47 +0800 Subject: 4.3 --- 4/3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '4/3.c') diff --git a/4/3.c b/4/3.c index 83a45a9..acacd29 100644 --- a/4/3.c +++ b/4/3.c @@ -20,7 +20,7 @@ void push(double); /* pop and return top value from stack */ double pop(); -/* reverse Polish calculator */ +/* reverse Polish calculator with modulus and support for negative numbers */ int main(int argc, char *argv[]) { int type; double op2; -- cgit v1.2.3