Skip to content

Commit 0439e0b

Browse files
authored
Update README
1 parent 376fc19 commit 0439e0b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,15 @@ struct FIF {
3636
}
3737
```
3838
Create your FIF struct object:
39-
`FIF* fif = new FIF;`
39+
`cpp
40+
FIF* fif = new FIF;
41+
`
4042
Write file data to FIF->data
4143
4244
Read FIF:
43-
`FIF_read(fif)`
45+
`cpp
46+
FIF_read(fif)
47+
`
4448
Return codes (signed int):
4549
4650
Less than 0: Error reading file

0 commit comments

Comments
 (0)