开发者

calling convention in c [closed]

It's difficult to tell what is being asked here. Th开发者_运维技巧is question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

some one please tell me how to change the default calling convention in c?


Calling conventions are not specified by the language. They are extensions to your compiler.

That said, commonly you do something like:

void __fastcall my_func(void);

But this is completely dependent on your compiler and platform.


This largely depends on your compiler, toolchain, and platform. You will need to be more specific on what your environment is, and what you wish to change to.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜