r6.1.0:lfds610_slist_delete

From liblfds.org
Jump to navigation Jump to search

Source Files

/liblfds610/src/lfds610_slist/lfds610_slist_delete.c
/liblfds610/inc/liblfds610.h

Prototype

void lfds610_slist_delete( struct lfds610_slist_state *ss );

Parameters

struct lfds610_slist_state *ss

An slist state as allocated by lfds610_slist_new.

Return Value

No return value.

Notes

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

See Also