Skip to content

Commit b50c7e0

Browse files
committed
README: FCURL, not FILEa
1 parent f6d7756 commit b50c7e0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ Maybe something like this?
2929

3030
int fcurl_ungetc(int c, FCURL *stream);
3131

32-
int fcurl_seek(FILE *stream, long offset, int whence);
32+
int fcurl_seek(FCURL *stream, long offset, int whence);
3333

34-
long fcurl_tell(FILE *stream);
34+
long fcurl_tell(FCURL *stream);
3535

36-
void fcurl_rewind(FILE *stream);
36+
void fcurl_rewind(FCURL *stream);
3737

38-
int fcurl_getpos(FILE *stream, fpos_t *pos);
38+
int fcurl_getpos(FCURL *stream, fpos_t *pos);
3939

40-
int fcurl_setpos(FILE *stream, const fpos_t *pos);
40+
int fcurl_setpos(FCURL *stream, const fpos_t *pos);

0 commit comments

Comments
 (0)