40.1.2.3 list_get_next_element
Retrieve next list head.
static void* list_get_next_element(
const void *const element
)
Parameters
- list
-
The pointer to a list element
Returns
Type: void *
A pointer to the next list element or NULL if there is not next element
