Skip to content

Commit 3e17bd0

Browse files
authored
update tombstone
1 parent 2fbe72b commit 3e17bd0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Chapter11/array3.h

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// array3.h
2+
// Chapter 11
3+
// Learn C Programming
24
//
3-
// header file for array3.c
5+
// Header file for array3.c
46
//
57

6-
78
// function prototypes
89

910
int findMin( int size , int a[] );
@@ -14,4 +15,4 @@ double findStdDev( int size , int a[] );
1415

1516

1617
// eof
17-
18+

0 commit comments

Comments
 (0)