summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2021-12-12 17:06:57 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2021-12-12 17:06:57 +0800
commit3dbcb230ab5333bcf1026a9082133bd236aa6b25 (patch)
treedc30e86c5daccdbaaff196962527e3aae69ce3ae
parent94eb586f1f034e990905892655203d26de636578 (diff)
downloadk&r-exercises-3dbcb230ab5333bcf1026a9082133bd236aa6b25.tar.gz
4.7
-rw-r--r--4/7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/4/7.c b/4/7.c
index c19baa1..23a3193 100644
--- a/4/7.c
+++ b/4/7.c
@@ -38,7 +38,7 @@ double peek();
/* clears the stack */
void clear();
-/* adds support for sin, exp and pow functions */
+/* add ungets(s) to program */
int main(int argc, char *argv[]) {
int type, i;
double op2, op1;