Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mreyoud/lib0

c89 utility library
https://github.com/mreyoud/lib0

c library utility

Last synced: 4 days ago
JSON representation

c89 utility library

Awesome Lists containing this project

README

        

NAME
lib0 - the zero library

DESCRIPTION
lib0 is a conforming C89 utility library providing boilerplate
functionality and aims to produce small object files suitable
for static linking.

RATIONALE
Libraries such as Glib are big, bloated, and provide nonintuitive
APIs with mile long, underscore ridden, function names.
They also are no good for static linking.