...
Go Documentation Server
GoDoc
▽
submit search
Source file
src
/
cmd
/
internal
/
archive
/
testdata
/
mycgo
/
go.go
Documentation:
cmd/internal/archive/testdata/mycgo
1
package mycgo
2
3
// void c1(void);
4
// void c2(void);
5
import "C"
6
View as plain text