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