Name

dlist_next

Synopsis

DListElmt *dlist_next(const DListElmt *element);

Return Value

Element following the specified element.

Description

Macro that evaluates to the element of a doubly-linked list following the element specified by element.

Complexity

O (1)

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset