tinygo/testdata/cgo
Ayke van Laethem b1ed8a46b7 cgo: only include the symbols that are necessary (recursively)
Only try to convert the C symbols to their Go equivalents that are
actually referenced by the Go code with C.<somesymbol>. This avoids
having to support all possible C types, which is difficult because of
oddities like `typedef void` or `__builtin_va_list`. Especially
__builtin_va_list, which varies between targets.
2019-05-01 11:33:18 +02:00
..
main.c cgo: support builtin #include headers 2019-04-25 12:55:52 +02:00
main.go cgo: improve typedef/struct/enum support 2019-05-01 11:33:18 +02:00
main.h cgo: only include the symbols that are necessary (recursively) 2019-05-01 11:33:18 +02:00
out.txt cgo: improve typedef/struct/enum support 2019-05-01 11:33:18 +02:00