D | stdio.h | 94 int (*get)(struct __file *); /* function to read one char from device */ member 107 #define FDEV_SETUP_CLOSE(put, get, flush, _close, rwflag) \ argument 109 .file = FDEV_SETUP_STREAM(put, get, flush, (rwflag) | __SCLOSE), \ 119 #define FDEV_SETUP_EXT(put, get, flush, close, _seek, _setvbuf, rwflag) \ argument 121 .cfile = FDEV_SETUP_CLOSE(put, get, flush, close, (rwflag) | __SEXT), \ 168 (stream)->get = g; \ 194 .get = (g), \
|