Skip to content

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

License

Notifications You must be signed in to change notification settings

earaujoassis/proto

Repository files navigation

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