blob: e1502c2782459a4832a93f435691189447c75b4e (
plain) (
blame)
1
2
3
4
|
pxlib is shared C library to read various Paradox files. Currently .DB
files are best supported. pxlib provides a very simple api to read the
header and the data records of Paradox files. I also provides functions
to convert the data into the hosts data format (little or big endian).
|