mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 16:03:41 +00:00
cgo: implement void* pointer type
void* is translated to unsafe.Pointer on the Go side.
This commit is contained in:
committed by
Ron Evans
parent
9c46ac4eed
commit
b815d3f760
Vendored
+1
@@ -15,6 +15,7 @@ complex float: (+4.100000e+000+3.300000e+000i)
|
||||
complex double: (+4.200000e+000+3.400000e+000i)
|
||||
complex long double: (+4.300000e+000+3.500000e+000i)
|
||||
char match: true
|
||||
void* match: true true true
|
||||
struct: true 256 -123456 +3.140000e+000
|
||||
array: 5 6 7
|
||||
union: true
|
||||
|
||||
Reference in New Issue
Block a user