windows-libc
is a modular and (mostly)POSIX compliant C library for Windows (10, 11) designed to work alongside msvcrt
.
cmake -DENABLE_<MOUDLE_NAME>=ON ..
find_package(WLIBC)
...
target_link_libraries(your-target WLIBC::WLIBC)
See MODULES.md for more information regarding the available modules.
If you find a bug please raise an issue here -> https://github.com/SibiSiddharthan/windows-libc/issues.