An open API service indexing awesome lists of open source software.

https://github.com/octaspire/core

Library of containers, utf-8 and other utilities in standard C99
https://github.com/octaspire/core

c c99 containers utf-8 utility-library

Last synced: about 2 months ago
JSON representation

Library of containers, utf-8 and other utilities in standard C99

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/octaspire/core.svg?branch=master)](https://travis-ci.org/octaspire/core)
[![Coverage Status](https://img.shields.io/badge/coverage-93%25-red.svg?colorB=00aa00)](https://octaspire.io/core/coverage)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://choosealicense.com/licenses/apache-2.0/)

Containers and other utility libraries in standard C99.

[https://octaspire.io](https://octaspire.io)

Please use the amalgamated release
`octaspire-core-amalgamated.c` that
can be found from the `release`-directory.

It contains **everything** needed to build
and run unit test runner or use Core
in other programs.

The Makefile is used only in development
builds when developing Core itself, and it
will run only on some platforms. The amalgamated
release can be used in all platforms without
any build or metabuild tools.

See the manual for more information.