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

https://github.com/clownacy/clowncommon

Small collection of common C89 utility macros.
https://github.com/clownacy/clowncommon

ansi-c c89 c90

Last synced: 18 days ago
JSON representation

Small collection of common C89 utility macros.

Awesome Lists containing this project

README

        

This is a small library that I use for common utilities such MIN, MAX, and
CLAMP macros, instead of duplicating them throughout my projects.