Skip to content

Commit 45ec0fa

Browse files
authored
update tombstone
1 parent 686a2f7 commit 45ec0fa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Chapter23/nameList.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// nameList.h
2+
// Chapter 23
3+
// Learn C Programming
4+
//
5+
// Header file for nameList.c
6+
//
7+
18
#ifndef _SORT_NAMES_H_
29
#define _SORT_NAMES_H_
310

@@ -28,4 +35,4 @@ void PrintNames( FILE* outputDesc , NameList* pNames );
2835

2936
void OutOfStorage( void );
3037

31-
#endif
38+
#endif

0 commit comments

Comments
 (0)