2012/11/11 Jonas Maebe <jonas.maebe at elis.ugent.be>: > No, because the C varargs calling convention does not simply pass the parameters on the stack on most platforms. Where else are the arguments if not on the stack? Everything I have read so far about varargs and cdecl says they are on the stack.