ic_lib.h 565 B

12345678910111213141516171819
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. /* I N T E R M E D I A T E C O D E
  7. *
  8. * L I B R A R Y M A N A G E R
  9. */
  10. extern FILE *next_file(); /* (int argc, char *argv[])
  11. * See if there are any more EM input files.
  12. * 'argv' contains the names of the files
  13. * that are passed as arguments to ic.
  14. * If an argument is a library (archive
  15. * file) only those modules that are useful
  16. * are used.
  17. */