CTC example ----------- This directory contains following files MAKEFILE -- Makefile to make the example REVERSE.H REVERSE.C -- Reverse module STRUTIL.H STRUTIL.C -- String utility module MAIN.C -- Main program README.TXT -- This file This example demonstrates testing of multiple libraries in same executable. Following targets are defined for the makefile (use the compiler's make utility, here Microsoft C/C++ "nmake" is used as an example): nmake Build the example (default target), multilib.exe nmake clean Delete all produces files To see a demo of the CTC++-usage with multilib.exe-program run the script fulldemo.bat.