Argument | path | An optional directory for the compiler to search for header files not in the source directory. |
Example
PrivateHeader.h
is not in the current directory. Without the reference to its location, compiles cannot locate it if main.c
tries to include it.
privateheaderdir: .../PrivateHeaders:
library MyLibrary {
source:
main.c
header:
PrivateHeader.h // not in source directory
}
[Contents]
[Previous]
[Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.