Skip to content

Commit bc6e3c6

Browse files
authored
update tombstone
1 parent 418e60f commit bc6e3c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Chapter12/arraysND.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// arrayND.h
22
// Chapter 12
3-
// <book title>
3+
// Learn C Programming
44
//
5-
// Header file for arrayND.c.
5+
// Header file for arrayND.c
66
//
77

88

@@ -18,4 +18,4 @@ void print3DArray( int z , int y , int x , int array[z][y][x] );
1818
void prettyPrint3DArray( int z , int y , int x , int array[z][y][x] );
1919
int sum3DArray( int z , int y , int x , int array[z][y][x] );
2020

21-
// eof
21+
// eof

0 commit comments

Comments
 (0)