ELinks 0.18.0
|
#include <string.h>
Public Member Functions | |
LIST_HEAD_EL (struct string_list_item) | |
Data Fields | |
struct string | string |
Related Symbols | |
(Note that these are not member symbols.) | |
void | free_string_list (struct string_list_item list *list) |
struct string * | add_to_string_list (struct string_list_item list *list, const char *string, int length) |
Adds string with length chars to the list. | |
string_list_item::LIST_HEAD_EL | ( | struct string_list_item | ) |
|
related |
Adds string with length chars to the list.
If length is -1 it will be set to the return value of strlen().
|
related |
struct string string_list_item::string |