common.mh

来自「开放源码的编译器open watcom 1.6.0版的源代码」· MH 代码 · 共 13 行

MH
13
字号
/*
 *  common.cnv  Common calling conventions used by other compilers.
 *              This file should be included when creating an object file
 *              with 'wcc' to be used by "WATCOM Express C"
 *              This can be done with the /fi command line switch
 *                      wcc filename /ficommon.cnv
 *
:include crwat.sp
 */
#pragma aux __default "_*" __parm __caller [] \
        __value __struct __float __struct __routine [__ax] \
        __modify [__ax __bx __cx __dx __es];

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?