Crossware

Table of Contents        Previous topic       Next topic       

Code Creation Wizards->Headers Wizard

The Headers wizard helps you to add and remove library file include directives to and from xstdsys.h.  It indicates which header files must be included for different library functions and updates the include directives in xstdsys.h in accordance with your selections.

If you create a new C source file using the File->New command and if xstdsys.c is included in your project the line

#include xstdsys.h

will automatically be added to the be beginning of the new source file.  Therefore by placing library file include directives in xstdsys.h, it becomes simpler to add new source files to your project.