![]() |
List of important files of componentFILES
- pbl.h - The include file of the library
- pbl.c - Source for the base functions
- pblList.c - Source file for the ArrayList and LinkedList functions
- pblListTest.c - Source file for the ArrayList and LinkedList function test frame
- 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.TST - A test case for the isam file handling test frame
- ISAM0002.TST - A test case for the isam file handling test frame
- ISAM0003.TST - A test case for the isam file handling test frame
- ISAM0004.TST - A test case for the isam file handling test frame
- ISAM0005.TST - A test case for the isam file handling test frame
- ISAM0006.TST - A test case for the isam file handling test frame
- LINKEDLIST0001.TST - A test case for the LinkedList file handling test frame
- ARRAYLIST0001.TST - A test case for the ArrayList file handling test frame
- pbl.dxx - The source for this document