libjapi  0.3.2
Universal JSON API Library
 All Data Structures Files Functions Variables Typedefs Macros Pages
creadline_buf_t Struct Reference

Buffer type for storing remaining bytes. More...

#include <creadline.h>

Collaboration diagram for creadline_buf_t:
Collaboration graph

Data Fields

char buf [CREADLINE_BLOCK_SIZE]
 
int nbytes
 

Detailed Description

Buffer type for storing remaining bytes.

Field Documentation

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().


The documentation for this struct was generated from the following file: