The run_bitacc_cmodel.c file contains example code to show basic operation of the C model. For example, the file shows declaration for the model, configuration of the model, allocation of required input and output data structures, execution of the model, resetting of the core, deallocation of the data structures, and destruction of the model.
The example file does not verify the output data for correctness, but allows a debug mode in which output data can be printed to a standard output channel (stdout).