This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | CHUNKSIZE 128 |
Functions | |
int | io_read_eol (int fd, char **line) |
read a line of input | |
int | io_read_eof (int fd, char **file) |
read until end of file | |
int | io_read_len (int fd, char **str, size_t len) |
read exact number of bytes |