Does anybody know whether 64 bit Pelles C observes the usual 32 bit calling convention used in Windows - i.e. that arguments are pushed onto the stack, starting with the right most argument?
EDIT
Ok, I've found the answer to that question; it uses fastcall. But then the next question is, how does it cope with venerable C functions such as printf, or scanf, which have varying numbers of parameters?