A small "standard library" for C, used for my personal projects.
cmake [-DCMAKE_INSTALL_PREFIX:PATH="${HOME}/.local"] -S . -B build
(cd build && make)
(cd build && make install)
See CONTRIBUTING.md
for details, and code of conduct for more.
Apache 2.0; see LICENSE
for details.
This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.