SibiSiddharthan / windows-libc

A POSIX compliant C library for Windows
MIT License
47 stars 5 forks source link

windows-libc

windows-libc is a modular and (mostly)POSIX compliant C library for Windows (10, 11) designed to work alongside msvcrt.

Build Instructions

cmake -DENABLE_<MOUDLE_NAME>=ON ..

Usage Instructions

find_package(WLIBC)
...
target_link_libraries(your-target WLIBC::WLIBC)

See MODULES.md for more information regarding the available modules.

Requirements

Bugs

If you find a bug please raise an issue here -> https://github.com/SibiSiddharthan/windows-libc/issues.