mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 19:43:44 +00:00
Improve print functions
This commit is contained in:
@@ -70,10 +70,6 @@ func printint64(n int64) {
|
||||
printuint64(uint64(n))
|
||||
}
|
||||
|
||||
func printbyte(c uint8) {
|
||||
putchar(c)
|
||||
}
|
||||
|
||||
func printspace() {
|
||||
putchar(' ')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user