summaryrefslogtreecommitdiffstats
path: root/1/15.c
diff options
context:
space:
mode:
Diffstat (limited to '1/15.c')
-rw-r--r--1/15.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/1/15.c b/1/15.c
index 3499ec7..789e3bc 100644
--- a/1/15.c
+++ b/1/15.c
@@ -1,8 +1,8 @@
#include <stdio.h>
-/* converts fahrenhite to celsius */
int ftoc(int fahr);
+/* converts fahrenhite to celsius using a helper function */
int main(int argc, char *argv[]) {
int fahr, celsius;
int lower, upper, step;