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