Skip to content

Commit f334461

Browse files
authored
Update 2025-11-30-comptime-c-functions.md
1 parent 12086eb commit f334461

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
@@ -212,7 +212,7 @@ It still keeps the `calloc()` and `free()` around:
212212
mov rdi, rax
213213
call "free"
214214
mov edi, OFFSET FLAT:.LC1
215-
call "puts"
215+
call "puts" ; printf() got translated to the faster puts()
216216
xor eax, eax
217217
add rsp, 8
218218
ret

0 commit comments

Comments
 (0)