|
||
Include Files
|
||||||||||||||||||||||||||||||||||||||||
The SilverC distribution includes a number of header files that are used to define various objects used by the SilverScreen developer. There are two types of headers: SilverScreen-specific headers and Standard C compatible headers. The SilverScreen-specific headers are provided specifically for interfacing with SilverScreen-specific functions and structures. The Standard C headers are provided for compatibility with Standard C.
|
||||||||||||||||||||||||||||||||||||||||
When it comes to the Standard C library routines, SilverC and SilverPlus applications use the same standard C library functions as SilverScreen. SilverC programs do this by virtue of the internal compiler. SilverPlus programs do this by virtue of preprocessor definitions contained in silver2.h. A SilverEngine application uses the Standard C library linked to the application and will want to use the header files provided by their compiler, rather than those distributed by SDC for use by SilverC. |