Jump to content

LIBCX: Difference between revisions

From EDM2
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..."
(No difference)

Revision as of 20:56, 8 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

Download

The library can be installed via RPM with:

yum install libcx

or the RPM or ZIP file can be downloaded from the Netlabs server.

Links