macro LFDS700_LIST_ASU_GET_START

From liblfds.org
Jump to navigation Jump to search

Source File

└───liblfds700
    └───inc
        └───liblfds700
                lfds700_list_addonly_singlylinked_unordered.h

Opaque Structures

struct lfds700_list_asu_element;
struct lfds700_list_asu_state;

Macro

#define LFDS700_LIST_ASU_GET_START( list_state )

Parameters

list_state

A struct lfds700_list_asu_state. Not a pointer to it - the struct itself.

Return Value

Returns a struct lfds700_list_asu_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

See Also