aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-22 21:38:24 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-22 21:38:24 +0200
commitda0f825e44d1cec98c8ae1d2eba3da23a240676c (patch)
treecc2be3415b5775af083b6c4d846bbeb5828578c8 /README
parentd964ac38dd09efcf76fa8007c7bc357e9d9bf747 (diff)
Remove TODO()
I realized that I can literally just call err() directly like so: err("not implemented"); It doesn’t contain position information… but I don’t really need that.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 0 insertions, 1 deletions
diff --git a/README b/README
index a158aac..51585b3 100644
--- a/README
+++ b/README
@@ -78,7 +78,6 @@ 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