#include "ciflib.h"
char **cifGetDataBlockNames(int *numDataBlock)
cifGetDataBlockNames gets an array of data block names and the current number of data blocks.
| numDataBlock | integer pointer to hold the number of data blocks |
An array of data block names and the number of data blocks or a NULL value for failure.
| See also: | cifGetDataBlockName |
|---|---|
| cifGetDataBlockIndex |