home *** CD-ROM | disk | FTP | other *** search
- This is a small set of utilities for generic use, at least in bobm
- generated programs:
-
- hash.c, prime.c - manage hash tables.
- strstore.c - store and free copies of strings.
- diagnostic.c - produce diagnostic & fatal error messages.
-
- read comments in the individual sources for directions on using them.
-
- strtok.c is also contained herein. If you are SYSV, or any other system
- which has that in the runtime library, remove it from the makefile.
-
- Before you build, fill in the makefile to put the results where you want them.
-
- hash.c and str_store.c manage dynamic memory. #define's in those files
- control allocation block sizes, etc.
-