cstartdef.h
来自「瑞萨(Renesas)M16C系列芯片上实现接受摇控板控制的程序」· C头文件 代码 · 共 15 行
H
15 行
/***********************************************************************/
/* */
/* FILE :cstartdef.h */
/* DATE :Sun, Jul 27, 2008 */
/* DESCRIPTION :define the size of stack. */
/* CPU GROUP :62P */
/* */
/* This file is generated by Renesas Project Generator (Ver.4.8). */
/* */
/***********************************************************************/
#define __STACKSIZE__ 0x300 /* Modify this line if you change the stack size. */
#define __ISTACKSIZE__ 0x300 /* Modify this line if you change the interrupt stack size. */
#define __HEAPSIZE__ 0x0 /* Modify this line if you change the heap size. */
#define __STANDARD_IO__ 0 /* Modify this line if you change the standard I/O using. */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?