- jack_slist_alloc
JSList* jack_slist_alloc()
Undocumented in source. Be warned that the author may not have intended to support it.
- jack_slist_append
JSList* jack_slist_append(JSList* list, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- jack_slist_copy
JSList* jack_slist_copy(JSList* list)
Undocumented in source. Be warned that the author may not have intended to support it.
- jack_slist_find
JSList* jack_slist_find(JSList* list, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- jack_slist_free
void jack_slist_free(JSList* list)
Undocumented in source. Be warned that the author may not have intended to support it.
- jack_slist_free_1
void jack_slist_free_1(JSList* list)
Undocumented in source. Be warned that the author may not have intended to support it.
- jack_slist_last
JSList* jack_slist_last(JSList* list)
Undocumented in source. Be warned that the author may not have intended to support it.
- jack_slist_length
uint jack_slist_length(JSList* list)
Undocumented in source. Be warned that the author may not have intended to support it.
- jack_slist_next
JSList* jack_slist_next(JSList* slist)
Undocumented in source. Be warned that the author may not have intended to support it.
- jack_slist_prepend
JSList* jack_slist_prepend(JSList* list, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- jack_slist_remove
JSList* jack_slist_remove(JSList* list, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- jack_slist_remove_link
JSList* jack_slist_remove_link(JSList* list, JSList* link)
Undocumented in source. Be warned that the author may not have intended to support it.
- jack_slist_sort
JSList* jack_slist_sort(JSList* list, JCompareFunc compare_func)
Undocumented in source. Be warned that the author may not have intended to support it.
- jack_slist_sort_merge
JSList* jack_slist_sort_merge(JSList* l1, JSList* l2, JCompareFunc compare_func)
Undocumented in source. Be warned that the author may not have intended to support it.