Searched defs:flush (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | stdio.h | 95 int (*flush)(struct __file *); /* function to flush output to device */ member 107 #define FDEV_SETUP_CLOSE(put, get, flush, _close, rwflag) \ argument 119 #define FDEV_SETUP_EXT(put, get, flush, close, _seek, _setvbuf, rwflag) \ argument
|