Next: Index, Previous: Compiler Directives, Up: Top [Contents][Index]
When using gccgo there is limited interoperability with C,
or with C++ code compiled using extern "C".
This information is provided largely for documentation purposes. For
ordinary use it is best to build programs with the go tool and then
use import "C", as described at
http://golang.org/cmd/cgo.
| • C Type Interoperability: | How C and Go types match up. | |
| • Function Names: | How Go functions are named. |