cjson/sqlite README: remove install from source

This commit is contained in:
xushiwei
2024-06-20 00:44:15 +08:00
parent 4a1712f4cd
commit 0c1ef72285
4 changed files with 11 additions and 40 deletions

5
c/c.go
View File

@@ -196,11 +196,6 @@ func Fflush(fp FilePtr) Int
// -----------------------------------------------------------------------------
//go:linkname Remove C.remove
func Remove(path *Char) Int
// -----------------------------------------------------------------------------
//go:linkname Time C.time
func Time(*int32) int32