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.
- Host: GitHub
- URL: https://github.com/clownacy/clowncommon
- Owner: Clownacy
- License: 0bsd
- Created: 2023-01-27T14:45:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T21:48:23.000Z (about 1 year ago)
- Last Synced: 2025-02-14T03:18:09.639Z (2 months ago)
- Topics: ansi-c, c89, c90
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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.