increment.c
来自「Small Device C Compiler 面向Inter8051」· C语言 代码 · 共 17 行
C
17 行
/** Simple test for increment type: signed char, int, long storage: static, attr: volatile*/#include <testfwk.h>static voidtestIncrement(void){ {attr} {storage} {type} i; i = 0; i--; ASSERT(i == -1);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?