█▀▀▄ ▄▀▀█ █▀▀▀█▀▀▀█ ▀▀▄ ▀ ▄▀▀ █ █ █ █ █ █ █ ▄▄▀ ▄ ▀▄▄ █ █ █ █▄▄▀ ▀▄▄█ ██ █▄▄▄█▄▄▄█
Cross platform C/C++ utilities.
Table of Contents
This project contains several versions of implementations:
- The C implementation in the c folder, designed to ensure compatibility with C99.
- The C++ implementation in the cpp folder, tailored to harness the latest C++ features (only if they are supported by compilers).
Use the C++ implementation if you can, use the C implementation when you have to.
See:
- C implementation: README.md (WIP)
- C++ implementation: doxygen-style documentation
Distributed under the Mulan PSL v2 license. See LICENSE for more information.