home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 186_01 / catalog < prev    next >
Text File  |  1985-08-21  |  1KB  |  27 lines

  1. BRIEF DESCRIPTION OF DISK CONTENTS:
  2.  
  3. This disk contains two programs:
  4.  
  5. MAKE -- A version of the UNIX "make" utility for CP/M-80.  This program
  6.     is a sort of intelligent SUBMIT designed to aid in the compiling/
  7.     linking of C programs with more than one source file.  After 
  8.     changing any of the source files, MAKE will batch only the
  9.     commands that are necessary to recompile the changed modules.
  10.     Based on a program by Allen Holub, published in Dr. Dobb's
  11.     Journal, August 1985.
  12.  
  13. VIEW -- A file viewing utility.  Allows for scrolling forwards and
  14.     backwards by line and screen, go to beginning and ending
  15.     of file, multiple files per command line, ambiguous file
  16.     names, and variable tab sizes.  Designed to run on an
  17.     NEC PC-8801A, but is easily customized for different
  18.     computers/terminals, with or without memory-mapped video.
  19.     An enhanced version of the BDS C txtplot() function is
  20.     necessary, and is included in both memory-mapped and non-
  21.     memory-mapped versions.
  22.  
  23. Both programs are written to compile with the BDS C compiler on a
  24. standard CP/M-80 system.
  25.  
  26. 
  27. XPLOT.CSM and TXTPLOT.DOC was NEC users, the code can be easi