Name

list_element_adress — obtains the address of a list element

Synopsis

extern list_element* list_element_adress(struct list_element_storage_s* lstorage, unsigned LIST_INT index);

Arguments

lstorage list storage
index index into storage

Description

obtains the address of a list element from a liste element storage structure and an index.