Initial revision

This commit is contained in:
bal
1984-11-26 13:43:22 +00:00
parent 5481dd47a9
commit 7b798175ad
36 changed files with 4585 additions and 0 deletions

14
util/ego/ic/ic_lib.h Normal file
View File

@@ -0,0 +1,14 @@
/* I N T E R M E D I A T E C O D E
*
* L I B R A R Y M A N A G E R
*/
extern FILE *next_file(); /* (int argc, char *argv[])
* See if there are any more EM input files.
* 'argv' contains the names of the files
* that are passed as arguments to ic.
* If an argument is a library (archive
* file) only those modules that are useful
* are used.
*/