Return the category for category, registering it if needed.
Return the address of the non-modifiable balm::Category object for the specified category. If no corresponding category exists, register a new category and return the address of the newly-created balm::Category object. The behavior is undefined unless category is null-terminated. Note that this operation is guaranteed to return a valid address.
address of the category for category
| Name | Description |
|---|---|
| category | null-terminated category name |