1
0
mirror of https://github.com/golang/go synced 2024-10-04 05:31:21 -06:00
go/src/cmd/cgo
Eric Clark 95fa16a892 cgo: add C.GoStringN
Function to create a GoString with a known length so it can contain NUL
bytes anywhere in the string. Some C libraries have strings like this.

R=rsc
CC=golang-dev
https://golang.org/cl/2007042
2010-08-18 22:29:05 -04:00
..
ast.go go AST: First step towards augmenting AST with full type information. 2010-08-13 10:42:18 -07:00
doc.go cgo: various bug fixes 2010-07-14 17:17:53 -07:00
gcc.go cgo: fix build: use $GCC, not $CC 2010-08-18 10:03:01 -04:00
main.go cgo: various bug fixes 2010-07-14 17:17:53 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
out.go cgo: add C.GoStringN 2010-08-18 22:29:05 -04:00
util.go cgo: various bug fixes 2010-07-14 17:17:53 -07:00