Skip to content

Commit 52be251

Browse files
authored
update tombstone
1 parent 9a1c2a9 commit 52be251

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Chapter25/circle.c

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// circle.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 @@ void circle( double radius ) {
6161
printf( " area = %10.4f square inches\n" , circle_area( r ) );
6262
printf( " volume = %10.4f cubic inches\n\n" , circle_volume( r ) );
6363
}
64+
65+
// eof
66+

0 commit comments

Comments
 (0)