c calling convention
常见例句
- This routine uses the __cdecl C declaration calling convention and returns void.
这个例程使用了 __cdecl C 声明调用约定,并返回空值。 - By default, the C++ compiler uses the __thiscall calling convention for class methods.
根据预设,C++编译器使用__thiscall作为类成员函数的调用协定。
blog.sina.com.cn 返回 c calling convention