c/sysconf

This commit is contained in:
spongehah
2024-09-18 18:40:16 +08:00
parent 4bf5dd15e9
commit 848b7c7a34

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