demo: sqlite

This commit is contained in:
xushiwei
2024-05-08 10:43:10 +08:00
parent 52dcfaa452
commit f0e3e556cf
4 changed files with 161 additions and 71 deletions

5
c/c.go
View File

@@ -71,6 +71,11 @@ func GoStringData(string) *Char
// -----------------------------------------------------------------------------
//go:linkname Exit C.exit
func Exit(Int)
// -----------------------------------------------------------------------------
//go:linkname Rand C.rand
func Rand() Int