github.com/goplus/llgo@v0.8.3/cl/_testrt/hello/in.go (about) 1 package main 2 3 import "github.com/goplus/llgo/cl/internal/libc" 4 5 var format = [...]int8{'H', 'e', 'l', 'l', 'o', ' ', '%', 'd', '\n', 0} 6 7 func main() { 8 sfmt := &format[0] 9 libc.Printf(sfmt, libc.Strlen(sfmt)) 10 }