home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume18 / mcqueer-lib / README < prev    next >
Encoding:
Text File  |  1989-11-09  |  637 b   |  17 lines

  1. This is a small set of utilities for generic use, at least in bobm
  2. generated programs:
  3.  
  4.     hash.c, prime.c - manage hash tables.
  5.     strstore.c - store and free copies of strings.
  6.     diagnostic.c - produce diagnostic & fatal error messages.
  7.  
  8. read comments in the individual sources for directions on using them.
  9.  
  10. strtok.c is also contained herein.  If you are SYSV, or any other system
  11. which has that in the runtime library, remove it from the makefile.
  12.  
  13. Before you build, fill in the makefile to put the results where you want them.
  14.  
  15. hash.c and str_store.c manage dynamic memory.  #define's in those files
  16. control allocation block sizes, etc.
  17.