aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-22 19:22:38 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-22 19:23:02 +0200
commit8135b1fefb0adf85fcabfd74dbca3516d8665450 (patch)
tree3336df733bde1823f20a3d944545f8e372768e6b /README
parent18fe83b030af00c6e51b33a1ae70509093038743 (diff)
Add TODO() macro
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 9683f47..fc6e5de 100644
--- a/README
+++ b/README
@@ -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