Difference between revisions of "r6.0.1:Lfds601 slist delete"

From liblfds.org
Jump to navigation Jump to search
m (1 revision imported)
 
(No difference)

Latest revision as of 14:07, 4 January 2015

Source Files

/liblfds601/src/lfds601_slist/lfds601_slist_delete.c
/liblfds601/inc/liblfds601.h

Prototype

void lfds601_slist_delete( struct lfds601_slist_state *ss );

Parameters

struct lfds601_slist_state *ss

An slist state as allocated by lfds601_slist_new.

Return Value

No return value.

Notes

This function deletes the slist. The user_data_delete_function function provided to lfds601_slist_new is called with the user data from each element.

See Also