Jump to content

LIBC: Difference between revisions

From EDM2
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
There had been several ports of the libc library to OS/2 over time.
There had been several ports of the libc library to OS/2 over time.
The latest updated one is [[LIBC Next]] by Bitwise works.
The latest updated one is [[LIBC Next]] by Bitwise works.
==Older Releases==
* [[LIBCX]]
* [[KLIBC]]




[[Category:C Libraries]][[Category:C++ Class Libraries]]
[[Category:C Libraries]][[Category:C++ Class Libraries]]
{{DISPLAYTITLE:libc}}

Latest revision as of 20:54, 8 May 2021

The libc is the 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.

There had been several ports of the libc library to OS/2 over time. The latest updated one is LIBC Next by Bitwise works.

Older Releases