comedi_cleanup_calibration_file - free calibration resources
#include <comedilib.h>
void comedi_cleanup_calibration_file (comedi_calibration_t
*calibration);
alpha
This function frees the resources associated with a
comedi_calibration_t obtained from comedi_parse_calibration_file().
calibration can not be used again after calling this function.
28 October 2COMEDI_CLEANUP_CALIBRATION_FILE(3)