| ... | ... | @@ -9728,7 +9728,7 @@ const c = @cImport({ |
| 9728 | 9728 | <li>Does not support Zig-only pointer attributes such as alignment. Use normal {#link|Pointers#} |
| 9729 | 9729 | please!</li> |
| 9730 | 9730 | </ul> |
| 9731 | | <p>When a C pointer is pointing to a single struct (not an array), deference the C pointer to |
| 9731 | <p>When a C pointer is pointing to a single struct (not an array), dereference the C pointer to |
| 9732 | 9732 | access to the struct's fields or member data. That syntax looks like |
| 9733 | 9733 | this: </p> |
| 9734 | 9734 | <p>{#syntax#}ptr_to_struct.*.struct_member{#endsyntax#}</p> |