macro LFDS700_LIST_ASU_GET_KEY_FROM_ELEMENT
Jump to navigation
Jump to search
Source File
└───liblfds700 └───inc └───liblfds700 lfds700_list_addonly_singlylinked_unordered.h
Opaque Structures
struct lfds700_list_asu_element;
Macro
#define LFDS700_LIST_ASU_GET_KEY_FROM_ELEMENT( list_asu_element )
Parameters
list_asu_element
- A struct lfds700_list_asu_element. Not a pointer to it - the struct itself.
Return Value
Returns a void pointer, the key from the element.
Notes
As with all liblfds macros, the macro operates on the structure itself, not a pointer to it.