r6.0.0:lfds600_slist_delete

From liblfds.org
Revision as of 14:07, 4 January 2015 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source Files

/liblfds600/src/lfds600_slist/lfds600_slist_delete.c
/liblfds600/inc/liblfds600.h

Prototype

void lfds600_slist_delete( struct lfds600_slist_state *ss );

Parameters

struct lfds600_slist_state *ss

An slist state as allocated by lfds600_slist_new.

Return Value

No return value.

Notes

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

See Also