To compile and link a program that uses XTI, do
the following:
Include the xti.h header file at the beginning of
your source files.
The syntax of the include preprocessor directive to use is
#include <xti.h>
Specify the xti library as one of the libraries to be
searched for unresolved references when the
cc(CP)
command is invoked.
The syntax of the cc command to use is