home *** CD-ROM | disk | FTP | other *** search
- The programs on this disk were contributed by Phillip Emerson (pe),
- Jon Herbold (jh), Paul Canniff (pc) and George V. Woodley (gvw).
-
- Filename description
- -------------------------------------------------------------------
-
- Files contributed by Phillip L. Emerson:
- CLINK.DOC Documentation for linker which extracts
- functions from source (not object) libraries.
- CLINK80.C Source code for a version of CLINK compilable
- by Software Toolworks' C/80.
- CLINK.C Source code for a version that should be
- more easily ported to other compilers.
- PORTING.DOC Ideas on porting CLINK to other systems.
- TESTC.B A simple illustration program that calls functions
- defined in a library file. Configured for
- Software-Toolworks' MS-DOS C compiler and Mathpak.
- USRLIB.B A simple illustration library file.
- LIBKEY.B The index file derived by CLINK, from USRLIB.B
- the first time the library file was referenced.
- TESTC.C The output of CLINK, with TESTC.B as the input
- program file, and USRLIB.B as the library file.
-
- C The output of CLINK, with TESTC.B as the input
-