wc.fi
来自「开放源码的编译器open watcom 1.6.0版的源代码」· FI 代码 · 共 14 行
FI
14 行
* Define pragma describing WATCOM C calling convention.
* - scalar arguments are passed by value
* - character arguments are passed as strings
*$pragma aux wc "!_" parm (value)
* Special pragma for C "printf" function.
* - same attributes as "wc"
* - in addition, all arguments are passed on the stack
* and the caller removes arguments from the stack
*$pragma aux (wc) printf parm caller []
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?