earaujoassis / proto

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C 98.2%Language:Python 1.8%