tinygo/cgo/testdata
Ayke van Laethem 636a151ffe cgo: add support for C.float and C.double
They are not necessary in TinyGo because they always map to float32 and
float64, but it's a good idea to add them regardless for compatibility
with existing software.

(Now I think about it, perhaps it would have been better to require
explicit casts here just in case we want to support some really weird C
system, but then again we even force 64-bit double on AVR even though
avr-gcc defaults to 32-bit double).
2022-10-13 17:13:12 +02:00
..
include cgo: make -I and -L paths absolute 2020-03-17 20:43:28 +01:00
basic.go cgo: add bare-bones test 2019-11-03 19:15:38 +01:00
basic.out.go cgo: refactor 2022-05-06 17:22:22 +02:00
const.go cgo: add support for symbols 2020-01-03 23:44:58 +01:00
const.out.go cgo: refactor 2022-05-06 17:22:22 +02:00
errors.go cgo: refactor 2022-05-06 17:22:22 +02:00
errors.out.go cgo: refactor 2022-05-06 17:22:22 +02:00
flags.go cgo: Add LDFlags support 2020-05-21 00:57:19 +02:00
flags.out.go cgo: refactor 2022-05-06 17:22:22 +02:00
symbols.go cgo: implement support for static functions 2022-09-16 14:05:17 +02:00
symbols.out.go cgo: implement support for static functions 2022-09-16 14:05:17 +02:00
types.go cgo: add support for C.float and C.double 2022-10-13 17:13:12 +02:00
types.out.go cgo: refactor 2022-05-06 17:22:22 +02:00