macro LFDS710_LIST_ASU_GET_NEXT
Jump to navigation
Jump to search
Source File
└───liblfds710 └───inc └───liblfds710 lfds710_list_addonly_singlylinked_unordered.h
Opaque Structures
struct lfds710_list_asu_element;
Macro
#define LFDS710_LIST_ASU_GET_NEXT( list_asu_element )
Parameters
list_asu_element
- A struct lfds710_list_asu_element which is present in a list. Not a pointer to it - the struct itself.
Return Value
Returns a struct lfds710_list_asu_element *, a pointer to the element after list_element. NULL if list_element is the final element in the list.
Notes
As with all liblfds macros, the macro operates on the structure itself, not a pointer to it.