_xtool: llpyg

This commit is contained in:
xushiwei
2024-05-13 18:24:00 +08:00
parent fa3149c660
commit b20ad7047f
7 changed files with 225 additions and 1 deletions

View File

@@ -16,6 +16,8 @@
package py
/*
import (
_ "unsafe"
@@ -44,3 +46,5 @@ func (o *Object) CStr() *c.Char { return nil }
// llgo:link (*Object).Strlen C.PyBytes_Size
func (o *Object) Strlen() uintptr { return 0 }
*/