summaryrefslogtreecommitdiff
path: root/misc/cgo/life/life.h
blob: b2011b25fc8a80fc99b6e494f34dd1978c80e411 (plain)
1
2
3
4
5
6
7
// Copyright 2010 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.

extern void Step(int, int, int *, int *);
extern void DoStep(int, int, int, int, int, int, int *, int *);
extern const int MYCONST;