00903a74c9
The code of the PBL library includes: * PBL BASE - license GPL/LGPL, some base functions, see pbl_* functions * PBL HASH - license GPL/LGPL, an open source memory hash table implementation, see pblHt* functions * PBL KEYFILE- license GPL/LGPL, an open source key file implementation, see pblKf*functions * PBL ISAM- license GPL/LGPL, an open source ISAM file implementation, see pblIsam*functions See documentation at http://mission.base.com/peter/source/pbl/doc/ for more information.
14 lines
577 B
Text
14 lines
577 B
Text
PBL is a GPL C library of functions that can be used in a C or C++ project.
|
|
|
|
The code of the PBL library includes:
|
|
|
|
* PBL BASE - license GPL/LGPL, some base functions, see pbl_* functions
|
|
* PBL HASH - license GPL/LGPL, an open source memory hash table
|
|
implementation, see pblHt* functions
|
|
* PBL KEYFILE- license GPL/LGPL, an open source key file implementation, see
|
|
pblKf*functions
|
|
* PBL ISAM- license GPL/LGPL, an open source ISAM file implementation, see
|
|
pblIsam*functions
|
|
|
|
See documentation at http://mission.base.com/peter/source/pbl/doc/ for more
|
|
information
|