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