This directory contains the C header files needed to write C/C++ programs
which interact with ILOG Talk programs and compile ILOG Talk modules,
as well as the C source file defining main() for standard ILOG Talk
executables.

You may find the following files useful:

 talk.h:        This file must be INCLUDEd in any C/C++ files which
                interacts with ILOG Talk.

 llincludes.h:  For ILOG Talk internal usage.

 llstanda.c:    This file is compiled and linked with every
                executable.  It defines the main() function which
                starts up ILOG Talk.  It can be compiled both with C
                and C++, and advanced users can replace it.  See
                the Reference Manual for more information.

 symlist:       This file contains the list of C symbols exported by
                the basic ILOG Talk runtime library, libiltcrt (this
                is mandatory for the RS6000 and MSVC4 ports).
