📄 stack.c
字号:
/* * This value indicates an amount of reserved memory for a stack * in executables - see source of a startup code for details. * It can be changed without recompilation with fixstk.ttp utility. */long _stksize = 2L; /* keep half of memory */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -