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