void check

This commit is contained in:
Yaossg 2024-11-17 17:23:30 +08:00
parent e97820d7ef
commit fb54211c71
2 changed files with 22 additions and 1 deletions

View file

@ -62,6 +62,7 @@ $ sh boot.sh
- 函数名字本身建议仅用于直接调用,其它行为可视为 UB。
- 数组只支持一维数组,且数组的元素不能是指针类型。
- 全局变量不能是指针类型。
- 整数和字符字面量的类型是 `int`,字符串字面量的类型是 `char*`
### 支持的流程控制