A separated list of strings
The following unused functions were removed:
| Function | Description | Links |
|---|---|---|
| slist_add_string() | Add a string to a list | |
| slist_dup() | Create a copy of an Slist object | |
| slist_equal() | Compare two string lists | |
| slist_free() | Free an Slist object | |
| slist_is_empty() | Is the slist empty? | |
| slist_is_member() | Is a string a member of a list? | |
| slist_new() | Create a new string list | |
| slist_parse() | Parse a list of strings into a list | |
| slist_remove_string() | Remove a string from a list | |
| slist_to_buffer() | Export an Slist to a Buffer |