int __cdecl printf ( const char *format, ... ) __cdecl 是c/c++缺省调用方式__cdecl 调用约定1、参数从右到左依次入栈2、调用者负责清理堆栈3、参数的数量类型不会导致编译阶段的错误