#include "ciflib.h"
int cifAddDataBlock(const char *dataBlockName,
const char *dicDataBlockName)
cifAddDataBlock creates a new data block and assigns a validation dictionary to the new block. The data block and the dictionary data block are identified by name.
| dataBlockName | name of the new data block |
| dicDataBlockName | name of the data block holding the validation dictionary |
Returns the index of the new block or a value of -1 for failure.
| See also: | cifAddCategory |
|---|---|
| cifAddItem |