摘要: x86 msvc编译下 函数调用约定 void __stdcall ShowStd(int a, int b, int c, int d) { printf("%d %d %d %d\n", a, b, c, d); } void __cdecl ShowCde(int a, int b, int 阅读全文
posted @ 2020-01-07 13:26 DirWangK 阅读(178) 评论(0) 推荐(0) 编辑