diff options
Diffstat (limited to 'misc/cgo/life/testdata/life.h')
-rw-r--r-- | misc/cgo/life/testdata/life.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/cgo/life/testdata/life.h b/misc/cgo/life/testdata/life.h new file mode 100644 index 0000000..11d2b97 --- /dev/null +++ b/misc/cgo/life/testdata/life.h @@ -0,0 +1,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; |