Home

 

Header files

Header files are provided to help you write C application programs that use the MQI. These header files are summarized in Table 16.

Table 16. C header files
File Contents
CMQC Function prototypes, data types, and named constants for the main MQI
CMQXC Function prototypes, data types, and named constants for the data conversion exit

To improve the portability of applications, code the name of the header file in lowercase on the #include preprocessor directive:

#include "cmqc.h"


 

Home