Login
From:
Ruminations
(Uncensored)
subscribe
How Variable Argument Lists Work in C
https://blog.aaronballman.com/2012/06/how-variable-argument-lists-work-in-c/
links
backlinks
Tagged with:
functions
x86
c c++
calling conventions
varargs
Roast topics
Find topics
Find it!
Variable argument lists are very arcane in the world of C. You’ll see them expressed in function signatures as … at the end of the parameter list, but you may not understand how they work or what they do.