home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 115_01 / ed.c < prev    next >
Text File  |  1979-12-31  |  768b  |  19 lines

  1. /* Include file for screen editor
  2.  *
  3.  * Source: ed.c
  4.  * Version: Feb. 10, 1980.
  5.  */
  6.  
  7. #include ed0.c        /* constant (system) globals */
  8. #include ed1.ccc    /* user defined globals */
  9. #include ed2.c        /* main program */
  10. #include ed3.c        /* command mode commands */
  11. #include ed4.c        /* edit mode module */
  12. #include ed5.c        /* output format module */
  13. #include ed6.ccc    /* display screen module */
  14. #include ed7.c        /* prompt line module */
  15. #include ed8.c        /* operating system module */
  16. #include ed9.c        /* utility routines */
  17. #include ed10.c        /* memory buffer module */
  18. #include c80lib        /* machine language library */
  19.