summaryrefslogtreecommitdiffstats
path: root/4
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2021-12-12 17:07:03 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2021-12-12 17:07:03 +0800
commit52ebc999c3c1f9321ccaea84a0bef790ef113875 (patch)
tree150e9ac375d06642e8d9366c5592826eec947e33 /4
parent3dbcb230ab5333bcf1026a9082133bd236aa6b25 (diff)
downloadk&r-exercises-52ebc999c3c1f9321ccaea84a0bef790ef113875.tar.gz
4.8
Diffstat (limited to '4')
-rw-r--r--4/8.c2
1 files changed, 1 insertions, 1 deletions
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;