cl: funcOf; use gogen/packages.Importer

This commit is contained in:
xushiwei
2024-04-22 17:49:21 +08:00
parent 5343a55395
commit 2d75c55d36
7 changed files with 40 additions and 13 deletions

View File

@@ -2,5 +2,5 @@ package stdio
import _ "unsafe"
//go:linkname printf printf
func printf(format *int8, __llgo_va_list ...any)
//go:linkname Printf printf
func Printf(format *int8, __llgo_va_list ...any)