c调用约定 meaning in Chinese
c calling convention
Examples
- Pascal calling convention is the reverse of c calling convention . it passes parameters from left to right and the callee is responsible for the stack balancing after the call
Pascal调用约定时完全相反于c调用约定,它从左到右传递参数并且由被调用者负责在调用后平衡堆栈结构