mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: fix formatting
This commit is contained in:
parent
6c087de837
commit
b01709e502
@ -286,8 +286,7 @@ f32 f64
|
|||||||
|
|
||||||
any_int, any_float // internal intermediate types of number literals
|
any_int, any_float // internal intermediate types of number literals
|
||||||
|
|
||||||
byteptr, voidptr, charptr, size_t : // these are mostly used for
|
byteptr, voidptr, charptr, size_t // these are mostly used for C interoperability
|
||||||
<a href='#calling-c-functions-from-v'>C interoperability</a>
|
|
||||||
|
|
||||||
any // similar to C's void* and Go's interface{}
|
any // similar to C's void* and Go's interface{}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user