Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.61 KB

README.md

File metadata and controls

49 lines (37 loc) · 1.61 KB
█▀▀▄ ▄▀▀█    █▀▀▀█▀▀▀█
▀▀▄ ▀ ▄▀▀    █   █   █
   █ █       █       █
▄▄▀ ▄ ▀▄▄    █   █   █
█▄▄▀ ▀▄▄█ ██ █▄▄▄█▄▄▄█

C C++ license-mulan-psl-v2

Cross platform C/C++ utilities.

Table of Contents

Getting Started

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.

Documentation

See:

License

Distributed under the Mulan PSL v2 license. See LICENSE for more information.