summaryrefslogtreecommitdiffstats
path: root/5/10.c
diff options
context:
space:
mode:
Diffstat (limited to '5/10.c')
-rw-r--r--5/10.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/5/10.c b/5/10.c
index e24bd91..b7bb523 100644
--- a/5/10.c
+++ b/5/10.c
@@ -4,6 +4,7 @@
#define MAXLEN 1000
+/* Evaluates reverse Polish expressions */
int main(int argc, char *argv[]) {
char op[MAXLEN], *s;
int val[MAXLEN], i, j, k, op1, op2;