ILE C/C++ Programmer's Guide

Including QSYSINC Header Files

C++ language onlyTo use the QSYSINC header files in ILE C++ you need to use the following convention #include <file/header.h>. For example, to include QSYSINC/MIH/SYSEPT you can use#include <mih/sysept.h>.

Note:
This form also works for ILE C.


[ Top of Page | Previous Page | Next Page | Table of Contents ]