Skip to content

Commit 015387d

Browse files
authored
update tombstone
1 parent d7f591d commit 015387d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Chapter05/convertTemperature_NoNo.c

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
// convertTempertature_NoNo.c
22
// Chapter 5
3-
// <book title>
3+
// Learn C Programming
44
//
55
// Demonstrate what happens with the C compiler
66
// when we declare multiple functions of the same
77
// name but with different parameter and return
88
// types.
9+
//
10+
// Compile with:
11+
//
12+
// cc convertTemperature_NoNo.c -o convertTemperature_NoNo -Wall -Werror -std=c11
13+
//
14+
915

1016
#include <stdio.h>
1117

0 commit comments

Comments
 (0)