go stubs 源码

2022-07-15 浏览 (1311)

golang stubs 代码

文件路径:/misc/cgo/test/testdata/issue9400/stubs.go

/ Copyright 2014 The Go Authors. All rights reserved.
/ Use of this source code is governed by a BSD-style
/ license that can be found in the LICENSE file.

/ +build gc

package issue9400

var Baton int32

func RewindAndSetgid()

相关信息

go 源码目录

相关文章

go gccgo 源码

^