Skip to content

Commit c022d43

Browse files
authored
Update README.md
1 parent 04454c5 commit c022d43

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ static int stringCompare(const void *key,const void *value);
2929
static const char *const NamedEntities[][2] = {...};
3030
```
3131

32+
### Includes
33+
34+
```
35+
#include <stdio.h>
36+
#include <stdlib.h>
37+
#include <string.h>
38+
#include <ctype.h>
39+
#include <errno.h>
40+
```
41+
3242
## Example I/O
3343

3444
```

0 commit comments

Comments
 (0)