list of files of componentFILES
- pbl.h - the include file of the library
- pbl.c - source for the base functions
- pblhash.c - source file for the hash functions
- pblhttst.c - source file for the hash function test frame
- pblkf.c - source file for the key file functions
- pblkftst.c - source file for the key file handling test frame
- pblisam.c - source file for the isam file functions
- pbliftst.c - source file for the isam file handling test frame
- makefile - a Unix makefile for the component
- pblhttstdeb.dsp - a Microsoft Visual Studio 6.0 project file for hash table debug
- pblkftstdeb.dsp - a Microsoft Visual Studio 6.0 project file for key file debug
- pbliftstdeb.dsp - a Microsoft Visual Studio 6.0 project file for isam file debug
- ISAM0001.LOG - a test case for the isam file handling test frame
- pbl.dxx - the source for this document