kobj_filbuf
#define kobj_getc(p) (--(p)->_cnt >= 0 ? ((int)*(p)->_ptr++):kobj_filbuf(p))
extern int kobj_filbuf(struct _buf *);