mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
doc: add doc/c_and_v_type_interoperability.md (#23681)
This commit is contained in:
parent
adbc869626
commit
e129ec5b7a
2 changed files with 147 additions and 0 deletions
|
@ -7501,6 +7501,9 @@ For all supported options check the latest help:
|
|||
|
||||
## V and C
|
||||
|
||||
The basic mapping between C and V types is described in
|
||||
[C and V Type Interoperability](https://github.com/vlang/v/blob/master/doc/c_and_v_type_interoperability.md).
|
||||
|
||||
### Calling C from V
|
||||
|
||||
V currently does not have a parser for C code. That means that even
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue