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

https://github.com/codebrainz/cpar

A simple C function to parse a subset of CSS-like colours.
https://github.com/codebrainz/cpar

Last synced: over 1 year ago
JSON representation

A simple C function to parse a subset of CSS-like colours.

Awesome Lists containing this project

README

          

# CPAR

A very simple C function in a single-file header that can be used to parse a
subset of CSS-like colours.

Refer to the documentation comments in `cpar.h` for usage info.

An extremely simple test program is included, run `make test` to compile and
run the tests.