fdio_fillbuf
#define fdio_getc(fd) (--bufcnt < 0 ? fdio_fillbuf((fd)) : \
static int fdio_fillbuf(int fd);