Note that FILE's __cookie is also part of the public ABI.
This commit is contained in:
parent
d878a4042e
commit
f0ddfb88fd
@ -110,7 +110,7 @@ typedef struct __sFILE {
|
||||
int _lbfsize; /* (*) 0 or -_bf._size, for inline putc */
|
||||
|
||||
/* operations */
|
||||
void *_cookie; /* cookie passed to io functions */
|
||||
void *_cookie; /* (*) cookie passed to io functions */
|
||||
int (*_close)(void *);
|
||||
int (*_read)(void *, char *, int);
|
||||
fpos_t (*_seek)(void *, fpos_t, int);
|
||||
|
Loading…
Reference in New Issue
Block a user