diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-22 21:38:24 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-22 21:38:24 +0200 |
commit | da0f825e44d1cec98c8ae1d2eba3da23a240676c (patch) | |
tree | cc2be3415b5775af083b6c4d846bbeb5828578c8 /README | |
parent | d964ac38dd09efcf76fa8007c7bc357e9d9bf747 (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-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |