Standard include filesΒΆ
The include directory $SCULPTOR/include contains files of standard manifest constants which may be declared within a program by means of the !include declaration. Standard include files have a .h extension. Each file required should be declared using the form:
!include <filename>
The angled brackets indicate that the file is located in the Sculptor include directory $SCULPTOR/include. The contents of all these files are subject to regular revision and addition.
NOTES
For a list of constants pre-defined by Sculptor which do not appear in standard include files, see Pre-defined manifest constants.
Constants are defined by the programmer by means of the !define declaration.