libhd  5.0
Data Fields | Related Functions
s_str_list_t Struct Reference

String list type. More...

#include <hd.h>

Data Fields

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

Related Functions

(Note that these are not member functions.)

str_list_tsearch_str_list (str_list_t *sl, char *str)
 Search a string list for a string. More...
 
str_list_tadd_str_list (str_list_t **sl, char *str)
 Add a string to a string list. More...
 
str_list_tfree_str_list (str_list_t *list)
 Free the memory allocated by a string list. More...
 
str_list_treverse_str_list (str_list_t *list)
 Reverse string list. More...
 

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: