11 lines
142 B
Go
11 lines
142 B
Go
package stdio
|
|
|
|
import _ "unsafe"
|
|
|
|
const (
|
|
LLGoPackage = true
|
|
)
|
|
|
|
//go:linkname Printf printf
|
|
func Printf(format *int8, __llgo_va_list ...any)
|