diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-22 19:22:38 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-22 19:23:02 +0200 |
commit | 8135b1fefb0adf85fcabfd74dbca3516d8665450 (patch) | |
tree | 3336df733bde1823f20a3d944545f8e372768e6b /README | |
parent | 18fe83b030af00c6e51b33a1ae70509093038743 (diff) |
Add TODO() macro
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ FEATURES: • Functions for printing diagnostics and optionally crashing with strerror() support • macros.h + • TODO() • MIN()/MAX()/CLAMP() • Better assertion macro • More readable strcmp()/memcmp()/etc. wrappers for equality checking |