Skip to content

Commit 4168a3d

Browse files
authored
Clarify C function execution without macros
1 parent f5bb155 commit 4168a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_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-29 12:00:00 +0100
55
---
66

7-
Compile-time function execution is great, but what if you're stuck with C?
7+
Compile-time function execution is great, but what if you're stuck with C, and don't want to use evil C macros?
88

99
The below programs compile `main()` down to the single `printf()` statement at the very end that prints that the test passed.
1010

0 commit comments

Comments
 (0)