Rename to root

This commit is contained in:
Aoran Zeng
2025-07-16 00:23:09 +08:00
parent 676089ee7a
commit 4e5003f36e
3 changed files with 10 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
- global-prefix = `GLOBAL_`
- global-output = `:terminal`
- root-prefix = `GLOBAL_`
- root-output = `:terminal`
```c
int global_code_block = 1;
int root_code_block = 1;
```
some comments