Skip to content

Commit 7c9d661

Browse files
authored
Update 2025-11-30-comptime-c-functions.md
1 parent f82cae5 commit 7c9d661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-11-30-comptime-c-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Comptime C functions"
44
date: 2025-11-30 12:00:00 +0100
55
---
66

7-
Compile-time function execution is great, but what if:
7+
Compile-time function execution is great, as it means your program has to run less code at runtime, but what if:
88
1. You're stuck with C.
99
2. You don't want to use evil C macros, which are debugging nightmares.
1010
3. You want generic data structures that work for all types, and that can use `malloc()` and `free()` internally.

0 commit comments

Comments
 (0)