Retrieves the element at position pos in list list.
Return: A pointer to required list element. If pos is outside of list bounds, NULL is returned.
See Implementation
Retrieves the element at position pos in list list.
Return: A pointer to required list element. If pos is outside of list bounds, NULL is returned.