Files
tinygo/testdata/cgo
Ayke van Laethem 2eb39785fe cgo: add support for printf
The C printf function is sometimes needed for C files included using
CGo. This commit makes sure they're available on all systems where CGo
is fully supported (that is, everywhere except on AVR).

For baremetal systems using picolibc, I've picked the integer-only
version of printf to save on flash size. We might want to consider
providing a way to pick the floating point version instead, if needed.
2024-08-10 23:46:58 -07:00
..
2024-08-10 23:46:58 -07:00
2024-08-10 23:46:58 -07:00
2024-08-10 23:46:58 -07:00
2024-08-10 23:46:58 -07:00