Merge pull request #798 from spongehah/c/sysconf

c/sysconf
This commit is contained in:
xushiwei
2024-09-19 18:48:41 +08:00
committed by GitHub

3
c/c.go
View File

@@ -276,3 +276,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 Sysconf C.sysconf
func Sysconf(name Int) Long