list_element_adress — obtains the address of a list element
extern list_element* list_element_adress(struct list_element_storage_s* lstorage, unsigned LIST_INT index);
| lstorage list storage |
| index index into storage |
obtains the address of a list element from a liste element storage structure and an index.