diff options
Diffstat (limited to '1')
| -rw-r--r-- | 1/15.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
