home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 125_01 / readme.doc < prev    next >
Text File  |  1985-03-10  |  2KB  |  44 lines

  1. Each C source file on this disk is documented inside the
  2. file according to the C Users Group specifications.
  3.  
  4. All other files are documented in the HEADERS.DOC
  5. file found on this disk. 
  6.  
  7. The programs provided on this diskette are
  8. primarily concerned with implementation
  9. of libraries to control cursor movement
  10. on a variety of video devices.  The
  11. files LIBVT52.C and LIBO1.C are examples
  12. of just such libraries.  The files
  13. VTTT.C and DEFLECT.C are rewrites of 
  14. games which make use of the above libraries.
  15. To generate an executable version, first
  16. create a .CRL file using the compiler,
  17. then link in the usual way, specifying the
  18. library for the target terminal.
  19.  
  20. clink vttt libvt52
  21.  
  22. would create the file VTTT.COM for use
  23. with a VT-52 terminal.  Likewise, the command
  24.  
  25. clink vttt libo1
  26.  
  27. would create the file VTTT.COM for use
  28. with the Osborne 1.
  29.  
  30.     The file NRO.COM is a word processor
  31. similar to ROFF and WP.  The sources were not
  32. included because of the similarity, and because
  33. the others are probably more complete implementations.
  34. NRO.COM is included to allow processing of manual
  35. pages which document the programs provided.
  36. Each of the libraries have manual pages, and
  37. each of the standard functions from the libraries
  38. have manual pages.  The format for these manual
  39. pages is similar to that used in the Unix
  40. environment.  The file NRO.NRO is the manual page
  41. input to NRO which describes NRO.COM.  The
  42. file NRO.MAN is the result of processing NRO.NRO
  43. by NRO.COM.
  44.