Jump to content

LIBC Next: Difference between revisions

From EDM2
Created page with "LIBC Next (or LIBCn, for short) is an attempt to provide an implementation of the C runtime library which is suitable for porting Unix and Linux applications to the OS/2 opera..."
 
No edit summary
Line 20: Line 20:
==Links==
==Links==
* [https://github.com/bitwiseworks/libc Bitwise libc Source Code Git]
* [https://github.com/bitwiseworks/libc Bitwise libc Source Code Git]
[[Category:C Libraries]][[Category:C++ Class Libraries]]

Revision as of 20:03, 8 May 2021

LIBC Next (or LIBCn, for short) is an attempt to provide an implementation of the C runtime library which is suitable for porting Unix and Linux applications to the OS/2 operating system using the GCC compiler. LIBC Next is heavily based on the kLIBC project.

Files

This project includes the folowing files:

  • LIBC06.DLL
  • LIBC061.DLL
  • LIBC062.DLL
  • LIBC063.DLL
  • LIBC064.DLL
  • LIBC065.DLL
  • LIBC066.DLL
  • LIBCN0.DLL

Download

The library can be installed via RPM with:

yum install libc

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


Links