summaryrefslogtreecommitdiffstats
path: root/4
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2021-12-12 17:06:49 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2021-12-12 17:06:49 +0800
commit94eb586f1f034e990905892655203d26de636578 (patch)
tree944b0ca48998cb484452f7c57ef0f2b4093eae7d /4
parent6f52254a9003f2c9f704edc19db7ea1a9d7c2b7b (diff)
downloadk&r-exercises-94eb586f1f034e990905892655203d26de636578.tar.gz
4.6
Diffstat (limited to '4')
-rw-r--r--4/6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/4/6.c b/4/6.c
index e1952ef..9fdca87 100644
--- a/4/6.c
+++ b/4/6.c
@@ -38,7 +38,7 @@ double peek();
/* clears the stack */
void clear();
-/* adds support for sin, exp and pow functions */
+/* add support for one-letter variables and variable "lout" last printed val */
int main(int argc, char *argv[]) {
int type, i;
double op2, op1;