home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / C / SMALL_C / CC4.C < prev    next >
Text File  |  1987-10-04  |  384b  |  19 lines

  1. /*
  2. ** Small-C Compiler Part 4
  3. */
  4. #include <stdio.h>
  5. #include "cc.def"
  6.  
  7. extern char
  8.  *macn,
  9.  *cptr, *symtab,
  10. #ifdef OPTIMIZE
  11.  optimize,
  12. #endif
  13.  *stagenext, ssname[NAMESIZE];
  14. extern int
  15.  beglab,  csp, output, swused;
  16.  
  17. #include "cc41.c"
  18. #include "cc42.c"
  19.