Skip to content

Commit

Permalink
Merge pull request #199 from iacore/patch-1
Browse files Browse the repository at this point in the history
Fix FFI section: corresponding C type name
  • Loading branch information
bakpakin authored Apr 15, 2024
2 parents cb17517 + a015a11 commit b3ae179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/ffi.mdz
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ types. On x86-64, long doubles are unsupported.
@tr{@td{@code`:uint32`} @td{uint32_t}}
@tr{@td{@code`:int64`} @td{int64_t}}
@tr{@td{@code`:uint64`} @td{uint64_t}}
@tr{@td{@code`:size`} @td{size}}
@tr{@td{@code`:ssize`} @td{ssize}}
@tr{@td{@code`:size`} @td{size_t}}
@tr{@td{@code`:ssize`} @td{ptrdiff_t}}
@tr{@td{@code`:r32`} @td{float}}
@tr{@td{@code`:r64`} @td{double}}
@tr{@td{@code`:s8`} @td{int8_t}}
Expand Down

0 comments on commit b3ae179

Please sign in to comment.