ELinks 0.16.1.1
|
#include <string.h>
Data Fields | |
void * | magic1 |
struct string_list_item * | next |
struct string_list_item * | prev |
void * | magic2 |
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. |
|
Adds string with length chars to the list.
If length is -1 it will be set to the return value of strlen().
|
void* string_list_item::magic1 |
void* string_list_item::magic2 |
struct string_list_item* string_list_item::next |
struct string_list_item* string_list_item::prev |
struct string string_list_item::string |