llgo/x/sqlite

This commit is contained in:
xushiwei
2024-05-07 23:51:12 +08:00
parent 4e1450bbb5
commit 52dcfaa452
2 changed files with 225 additions and 0 deletions

5
c/c.go
View File

@@ -66,6 +66,11 @@ func Memset(s Pointer, c Int, n uintptr) Pointer
// -----------------------------------------------------------------------------
//go:linkname GoStringData llgo.stringData
func GoStringData(string) *Char
// -----------------------------------------------------------------------------
//go:linkname Rand C.rand
func Rand() Int