buf_mem_st
struct buf_mem_st *buf; /* allocated buffer */
struct buf_mem_st *readp; /* read pointer */
typedef struct buf_mem_st BUF_MEM;