C function parameter passing order on stack Just a note to myself…C functions, when called, push parameters on the stack from right to left.