# x.h
**Repository Path**: Neur1n/n.h
## Basic Information
- **Project Name**: x.h
- **Description**: Handy C/C++ utility collections.
- **Primary Language**: C/C++
- **License**: MulanPSL-2.0
- **Default Branch**: v0.7
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-04-24
- **Last Updated**: 2024-10-14
## Categories & Tags
**Categories**: utils
**Tags**: None
## README
█▀▀▄ ▄▀▀█ █▀▀▀█▀▀▀█
▀▀▄ ▀ ▄▀▀ █ █ █
█ █ █ █
▄▄▀ ▄ ▀▄▄ █ █ █
█▄▄▀ ▀▄▄█ ██ █▄▄▄█▄▄▄█
Cross platform C/C++ utilities.
Table of Contents
## Getting Started
This project contains several versions of implementations:
- The C implementation in the [c](c) folder, designed to ensure compatibility with C99.
- The C++ implementation in the [cpp](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:
- C implementation: [README.md](c/README.md) (WIP)
- C++ implementation: [doxygen-style documentation](cpp/x.h)
## License
Distributed under the [Mulan PSL v2](http://license.coscl.org.cn/MulanPSL2)
license. See [LICENSE](LICENSE) for more information.