hacking
来自「linux下的终端管理工具源码」· 代码 · 共 21 行
TXT
21 行
Code style / indentation------------------------The file indent-all.sh contains information about the current codestyle. Run this script before commits.Variable argument macros------------------------Variable argument macros are non-portable in general, and should beavoided. Either use a second set of parentheses like DEBUG, or createa variable argument function like error.Structure---------The core protocol stack should be system-independent (i.e. ANSI Conly) so that it is easy to port. This currently applies to thefollowing files:bitmap.c licence.c orders.c rdp.c cache.c iso.c mcs.c rdesktop.csecure.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?