Skip to content

Commit 78d1c45

Browse files
authored
update tombstone
1 parent 52be251 commit 78d1c45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Chapter25/trig.c

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// trig.c
22
// Chapter 25
3-
// Learn C Programming - Fundamentals of C
3+
// Learn C Programming
44
//
55
// Demonstrate various types of scope:
66
// 1. local scope
@@ -61,3 +61,6 @@ static double cube( double d ) {
6161
double result = d * d * d;
6262
return result;
6363
}
64+
65+
// eof
66+

0 commit comments

Comments
 (0)