char ** and return a pointer to the item added instead of the new list head. This is so we can easily tell if the item was successfully added or not instead of iterating through the list looking for it. list = rc_strlist_add (list, item); becomes rc_strlist_add (&list, item);
…
…
…
…
…
…
Description
No description provided
Languages
C
65.8%
Shell
29.7%
Meson
4.3%
Perl
0.2%