Skip to content

Commit 346b1ee

Browse files
authored
Update README.md
1 parent c022d43 commit 346b1ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ static int stringCompare(const void *key,const void *value);
2424

2525
### Global Variable
2626

27-
```
27+
```c
2828
// const char asciiHex[23] = {...};
2929
static const char *const NamedEntities[][2] = {...};
3030
```
3131
3232
### Includes
3333
34-
```
34+
```c
3535
#include <stdio.h>
3636
#include <stdlib.h>
3737
#include <string.h>

0 commit comments

Comments
 (0)