doc: add doc/c_and_v_type_interoperability.md (#23681)

This commit is contained in:
Delyan Angelov 2025-02-10 11:16:49 +02:00 committed by GitHub
parent adbc869626
commit e129ec5b7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 147 additions and 0 deletions

View file

@ -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