/proto

⚡️ A Prototype-Based Programming library for the C language

Primary LanguageCMIT LicenseMIT

Proto Build Status

A Prototype-Based Programming library for the C language

Build & Install

You must install Autotools before attempting to build & install it.

$ autoreconf -i
$ ./configure
$ make
$ make install

Tests

$ make tests
$ tests/scripts/valgrind.py
$ tests/scripts/run.py

License

MIT License © Ewerton Assis