Adding a Header File to the Source Module
If an external class contains an external source module, there also has to be a header file that declares the functions in the source module.
Click the Header tab.
You can add the header file before or after the source module.
Type in the text of the header file or load it as described in step 4 of Integrating an External Source File.
Activate the Use header global option to use the same header file for all your C code.
Header files thus marked are included in each generated *.c file.
- Test the external module.
See also