Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 383 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 383 Bytes

libamp

My Standard C Library. Every C programmer has one. The main goal of libamp is to amp up (see what I did there) your C programming language productivity. It provides some simple APIs inspired by the Go stdlib, while still embracing standard C idioms and practices.

Docs

Soon...

Building

make

Using

make install

Testing

make test

TODO

so many things...