| ... | ... | @@ -672,8 +672,8 @@ pub fn main() void { |
| 672 | 672 | </tr> |
| 673 | 673 | <tr> |
| 674 | 674 | <th scope="row">{#syntax#}usize{#endsyntax#}</th> |
| 675 | | <td><code class="c">uintptr_t</code></td> |
| 676 | | <td>unsigned pointer sized integer</td> |
| 675 | <td><code class="c">uintptr_t</code>, <code class="c">size_t</code></td> |
| 676 | <td>unsigned pointer sized integer. Also see <a href="https://github.com/ziglang/zig/issues/5185">#5185</a></td> |
| 677 | 677 | </tr> |
| 678 | 678 | |
| 679 | 679 | <tr> |