libhd 5.0
s_str_list_t Struct Reference

String list type. More...

#include <hd.h>

Data Fields

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

Related Symbols

(Note that these are not member symbols.)

API_SYM str_list_thd_search_str_list (str_list_t *sl, char *str)
 Search a string list for a string.
 
API_SYM str_list_thd_add_str_list (str_list_t **sl, char *str)
 Add a string to a string list.
 
API_SYM str_list_thd_free_str_list (str_list_t *list)
 Free the memory allocated by a string list.
 
API_SYM str_list_thd_reverse_str_list (str_list_t *list)
 Reverse string list.
 

Detailed Description

String list type.

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


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