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

https://github.com/earaujoassis/proto

⚡️ A Prototype-Based Programming library for the C language
https://github.com/earaujoassis/proto

hash-map hash-table hash-table-c hashmap hashtable

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Proto [![Build Status](https://travis-ci.org/earaujoassis/proto.svg)](https://travis-ci.org/earaujoassis/proto)

> A Prototype-Based Programming library for the C language

## Build & Install

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

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

## Tests

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

## License

[MIT License](http://earaujoassis.mit-license.org/) © Ewerton Assis