#include "ciflib.h"
char *cifGetCategoryName(const char *dataBlockName,
const int categoryIndex)
cifGetCategoryName returns the name of the category identified by its index within the named data block.
| dataBlockName | the name of the target data block |
| categoryIndex | the zero-based index of the target category |
Returns a category name or a NULL value for failure.
| See also: | cifGetCategoryNames |
|---|---|
| cifGetCategoryNameByIndex | |
| cifGetCategoryNamesByIndex | |
| cifGetCategoryIndex |