Note that FILE's __cookie is also part of the public ABI.

This commit is contained in:
jhb 2008-05-05 16:04:58 +00:00
parent d878a4042e
commit f0ddfb88fd

View File

@ -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);