llconf  0.0.2
Data Fields
confline Struct Reference

A linked list representing the lines of text from a configuration file. More...

#include <lines.h>

Data Fields

struct conflinenext
 The next entry in the list, or NULL for the end of the list. More...
 
char * line
 The NUL-terminated line of text. More...
 

Detailed Description

A linked list representing the lines of text from a configuration file.

Field Documentation

◆ line

char* confline::line

The NUL-terminated line of text.

◆ next

struct confline* confline::next

The next entry in the list, or NULL for the end of the list.


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