Difference between revisions of "r7.1.0:Macro LFDS710 LIST ASU GET START"

From liblfds.org
Jump to navigation Jump to search
m (1 revision imported)
 
(No difference)

Latest revision as of 21:05, 7 May 2016

Source File

└───liblfds710
    └───inc
        └───liblfds710
                lfds710_list_addonly_singlylinked_unordered.h

Opaque Structures

struct lfds710_list_asu_element;
struct lfds710_list_asu_state;

Macro

#define LFDS710_LIST_ASU_GET_START( list_state )

Parameters

list_state

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

Return Value

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