mirror of
https://github.com/wangdoc/clang-tutorial.git
synced 2026-02-09 21:55:35 +08:00
@@ -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