Skip to content

Commit 3bf9222

Browse files
committed
v0.23
1 parent f4781f3 commit 3bf9222

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ An example CRC32 implementation for the PS2
77
# file_crc32(char device[], char path[], char fn[])
88

99
Expected param format
10+
1011
device "mc0:/"
12+
1113
path "APPS/"
14+
1215
fn "FILE.EXT"
1316

1417
<pre>
@@ -20,6 +23,7 @@ fn "FILE.EXT"
2023

2124
# str_crc32(char str[])
2225
Expected param format
26+
2327
str "any string"
2428

2529
<pre>

0 commit comments

Comments
 (0)