mirror of
https://github.com/wangdoc/clang-tutorial.git
synced 2026-02-07 04:43:53 +08:00
Merge pull request #9 from jiaoqiyuan/patch-1
fix struct name typo error.
This commit is contained in:
@@ -264,7 +264,7 @@ myStruct.prop == (*ptr).prop == ptr->prop
|
||||
struct 结构的成员可以是另一个 struct 结构。
|
||||
|
||||
```c
|
||||
struct breed {
|
||||
struct species {
|
||||
char* name;
|
||||
int kinds;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user