Skip to content

Commit

Permalink
fix: fix typo in mapping-primitive-data-types-from-c.md (#4305)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmingK authored Jun 24, 2024
1 parent 6dea986 commit 5d9cceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/native/mapping-primitive-data-types-from-c.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ There are also more specific types:
- `size_t` and `ptrdiff_t` (also `ssize_t`)
- fixed width integer types, such as `int32_t` or `uint64_t` (from [C99](https://en.wikipedia.org/wiki/C99))

There are also the following type qualifiers in the C language: `const`, `volatile`, `restruct`, `atomic`.
There are also the following type qualifiers in the C language: `const`, `volatile`, `restrict`, `atomic`.

The best way to see what C data types are visible in Kotlin is to try it.

Expand Down

0 comments on commit 5d9cceb

Please sign in to comment.