|
Tou
Tou header library
|
Struct containing buffer and count to be used in block-reading. More...
#include <tou.h>
Data Fields | |
| char * | buffer |
| Buffer to append data to. | |
| size_t | size |
| Length of the buffer contents. | |
Struct containing buffer and count to be used in block-reading.
This struct is automatically instantiated by tou_read_file and passed to tou_read_fp_in_blocks, but may also be used manually for any purpose.