|
llconf 0.0.2
|
A linked list representing the lines of text from a configuration file. More...
#include <lines.h>
Data Fields | |
| struct confline * | next |
| The next entry in the list, or NULL for the end of the list. | |
| char * | line |
| The NUL-terminated line of text. | |
A linked list representing the lines of text from a configuration file.
| char* confline::line |
The NUL-terminated line of text.
| struct confline* confline::next |
The next entry in the list, or NULL for the end of the list.