v3_get_rank()
v3_rank *v3_get_rank(uint16_t id);Retrieves a copy of the rank structure for the rank with the specified user id. This function allocates memory. When the rank structure is no longer needed, you must free the memory by calling v3_free_rank()
Arguments
| Type | Description |
| uint16_t id | A rank id |
Returns
A pointer to the newly allocated memory containing a copy of the rank structure.
