Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mreyoud/lib0
- Owner: mreyoud
- License: isc
- Created: 2019-05-22T14:54:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T10:07:27.000Z (over 5 years ago)
- Last Synced: 2024-01-06T01:43:18.096Z (10 months ago)
- Topics: c, library, utility
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
NAME
lib0 - the zero libraryDESCRIPTION
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.