home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 165_01 / read.me < prev    next >
Text File  |  1988-02-18  |  2KB  |  48 lines

  1. This diskette contains the programs from Reliable Data Structures in C,
  2. by Thomas Plum.  The programs are copyright (c) Plum Hall Inc, 1985.
  3. Permission is hereby granted for you to reproduce these programs in
  4. any machine-readable medium, to use them and incorporate them in
  5. other machine-readable forms (such as linkage libraries and compiled
  6. programs), and to distribute any printed human-readable copies.
  7.  
  8. Some of the source files are catenated together into larger files,
  9. because many of our target environments do not have subdirectory
  10. structure.  There is a program  UNIRD  ("universal read distribution")
  11. provided in source UNIRD.C and MS-DOS executable UNIRD.EXE.  It splits
  12. the large files into their named constituents.
  13.  
  14. Thus, to reconstitute the individual files, use commands something
  15. like this:
  16.  
  17.     UNIRD <HEADERS.D
  18.     UNIRD <SOURCE.D
  19.     UNIRD <CONFIG.D
  20.     UNIRD <TESTS.D
  21.  
  22.  
  23. The file CONFIG.D has several environment-specific files, including a
  24. MAKEFILE.  Each of these files will require hand-tailoring for your
  25. specific environment.  I have attempted to indicate many of the specific
  26. tailorings required by marking the affected lines with "@@".
  27.  
  28. The file TESTS.D contains sample test-inputs and expected test results.
  29. See the MAKEFILE for details of how to use these tests.
  30.  
  31. There are many files in this distribution -- over 100.
  32. If your system has a limit on the number of files in one
  33. directory, you may need to extract each piece separately and combine
  34. components one-by-one.
  35.  
  36. Please feel free to call us if there are questions or problems.
  37.  
  38. We have decided to make these programs widely available via networks,
  39. users groups, and computer clubs. If you would like to help with such
  40. distribution, please give us a call.  We would especially appreciate
  41. assistance with putting them on the USENET.
  42.  
  43. Thomas Plum
  44. Plum Hall Inc
  45. 1 Spruce Av
  46. Cardiff  NJ 08232
  47. 609-927-3770
  48.