mirror of
https://github.com/wangdoc/clang-tutorial.git
synced 2026-02-03 10:53:37 +08:00
fix attribute name error
This commit is contained in:
@@ -82,7 +82,7 @@ printf("%d\n", x.a); // 12
|
||||
printf("%d\n", *foo_int_p); // 12
|
||||
|
||||
x.b = 3.141592;
|
||||
printf("%f\n", x.g); // 3.141592
|
||||
printf("%f\n", x.b); // 3.141592
|
||||
printf("%f\n", *foo_float_p); // 3.141592
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user