macro LFDS710_LIST_ASO_GET_START
Source File
└───liblfds710 └───inc └───liblfds710 lfds710_list_addonly_singlylinked_ordered.h
Opaque Structures
struct lfds710_list_aso_element; struct lfds710_list_aso_state;
Macro
#define LFDS710_LIST_ASO_GET_START( list_aso_state )
Parameters
list_aso_state
- A struct lfds710_list_aso_state. Not a pointer to it - the struct itself.
Return Value
Returns a struct lfds710_list_aso_element *, a pointer to the first element in the list.
Notes
As with all liblfds macros, the macro operates on the structure itself, not a pointer to it.
Example
Coming soon. No, really! (Written 29th Dec 2015).