str_list_t Struct Reference
[General data types]

String list type. More...

#include <hd.h>


Data Fields

struct s_str_list_t * next
 Link to next member.
char * str
 Some string data.


Detailed Description

String list type.

Used whenever we create a list of strings (e.g. file read).


Field Documentation

struct s_str_list_t* str_list_t::next [read]

Link to next member.

char* str_list_t::str

Some string data.


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