Merge pull request #284 from cpunion/bdwgc

Add bdwgc
This commit is contained in:
xushiwei
2024-06-08 22:12:57 +08:00
committed by GitHub
10 changed files with 338 additions and 36 deletions

3
c/c.go
View File

@@ -171,3 +171,6 @@ func GetoptLong(argc Int, argv **Char, optstring *Char, longopts *Option, longin
func GetoptLongOnly(argc Int, argv **Char, optstring *Char, longopts *Option, longindex *Int) Int
// -----------------------------------------------------------------------------
//go:linkname Atoi C.atoi
func Atoi(s *Char) Int