numaru / cutils

Cutils is a tiny C personal toolbox for tiny targets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cutils

Build Status codecov

Cutils is a tiny C personal toolbox for tiny targets.

Technical choices

  • C11
  • Static allocation

Tests

Use the following command to run the tests

cd test
make test

About

Cutils is a tiny C personal toolbox for tiny targets

License:GNU General Public License v3.0


Languages

Language:C 77.1%Language:C++ 10.9%Language:Makefile 7.2%Language:Objective-C 4.8%