mirror of
https://github.com/wangdoc/clang-tutorial.git
synced 2026-02-03 10:53:37 +08:00
修改文档书写格式。
This commit is contained in:
@@ -27,7 +27,7 @@ arr[0] = 5;
|
||||
```c
|
||||
// const 表示指向的值 *x 不能修改
|
||||
int const * x
|
||||
# 或者
|
||||
// 或者
|
||||
const int * x
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user