#include <hd.h>
Data Fields | |
s_str_list_t * | next |
Link to next member. | |
char * | str |
Some string data. | |
Related Functions | |
(Note that these are not member functions.) | |
str_list_t * | search_str_list (str_list_t *sl, char *str) |
str_list_t * | add_str_list (str_list_t **sl, char *str) |
str_list_t * | free_str_list (str_list_t *list) |
Used whenever we create a list of strings (e.g. file read).
|
Add a string to a string list. The new string (str) will be *copied*! |
|
Free the memory allocated by a string list. |
|
Search a string list for a string. |
|
Link to next member.
|
|
Some string data.
|