libjapi
0.3.2
Universal JSON API Library
|
Buffer type for storing remaining bytes. More...
#include <creadline.h>
Data Fields | |
char | buf [CREADLINE_BLOCK_SIZE] |
int | nbytes |
Buffer type for storing remaining bytes.
char creadline_buf_t::buf[CREADLINE_BLOCK_SIZE] |
buffer for storing remaining bytes
Referenced by creadline_r().
int creadline_buf_t::nbytes |
number of bytes stored in the buffer
Referenced by creadline(), creadline_r(), and japi_add_client().