cgolife

Imports

Imports #

"C"
"unsafe"

Constants & Variables

chans var #

Keep the channels visible from Go.

var chans [4]chan bool

Functions

GoStart function #

Double return value is just for testing. export GoStart

func GoStart(i C.int, xdim C.int, ydim C.int, xstart C.int, xend C.int, ystart C.int, yend C.int, a *C.int, n *C.int) (int, int)

GoWait function #

export GoWait

func GoWait(i C.int)

Run function #

func Run(gen int, x int, y int, a []int32)

Generated with Arrow