next up previous contents
Next: 15.3 File and Function Up: 15 IC File Formats Previous: 15.1 C Programs

15.2 List Files

If the program is separated into multiple files that are always loaded together, a ``list file'' may be created. This file tells IC to load a set of named files. Continuing the previous example, a file called gnu.lis can be created:

Listing of gnu.lis:

Then typing the command load gnu.lis from the C prompt would cause both foo.c and bar.c to be loaded.



Fred G. Martin
Fri Mar 29 17:44:15 EST 1996