LIBCX: Difference between revisions
Appearance
Created page with "The kLIBC Extension Library extends the functionality of the kLIBC library by adding a number of high demand features required by modern applications. The kLIBC library is not..." |
mNo edit summary |
||
Line 4: | Line 4: | ||
* LIBCX0.DLL | * LIBCX0.DLL | ||
The library can be installed via RPM with: | The library can be installed via RPM with: | ||
yum install libcx | yum install libcx | ||
Line 12: | Line 11: | ||
* [https://github.com/bitwiseworks/libcx Bitwise libcx Source Code Git] | * [https://github.com/bitwiseworks/libcx Bitwise libcx Source Code Git] | ||
[[Category:C | [[Category:C Libraries]] |
Latest revision as of 14:45, 25 May 2021
The kLIBC Extension Library extends the functionality of the kLIBC library by adding a number of high demand features required by modern applications. The kLIBC library is not actively maintained any more and extending it with the needed functionality is not always a trivial task. LIBCx is a good place to deploy such extensions as it does not require touching complex kLIBC internals and therefore cannot introduce new bugs and regressions in a sensitive piece of software the base C runtime library naturally is.
Files
- LIBCX0.DLL
The library can be installed via RPM with:
yum install libcx
or the RPM or ZIP file can be downloaded from the Netlabs server.