Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <stream.h>
Data Fields | |
int | dirty |
int | cmp |
size_t | ref |
size_t | cursor |
size_t | remaining |
char | buffer [CR_STREAM_BUFSIZE] |
Definition at line 33 of file new/stream.h.
char cri_stream_data::buffer[CR_STREAM_BUFSIZE] |
Definition at line 39 of file new/stream.h.
int cri_stream_data::cmp |
Definition at line 35 of file new/stream.h.
size_t cri_stream_data::cursor |
Definition at line 37 of file new/stream.h.
int cri_stream_data::dirty |
Definition at line 34 of file new/stream.h.
size_t cri_stream_data::ref |
Definition at line 36 of file new/stream.h.
size_t cri_stream_data::remaining |
Definition at line 38 of file new/stream.h.