From 4a0892f3c653070841cbf12c84fc6e007571d0c5 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Fri, 19 Nov 2021 19:10:54 +0800 Subject: Comments. --- 1/15.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '1/15.c') 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 -/* 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; -- cgit v1.2.3