1994-06-24 11:31:16 +00:00
|
|
|
/* $Id$ */
|
1987-03-09 19:15:41 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*/
|
1984-11-26 13:43:22 +00:00
|
|
|
/* 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
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2019-10-31 22:05:22 +00:00
|
|
|
FILE *next_file(int argc, char *argv[]);
|
|
|
|
/*
|
1984-11-26 13:43:22 +00:00
|
|
|
* 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.
|
|
|
|
*/
|