summaryrefslogtreecommitdiffstats
path: root/misc/cgo/life/testdata/life.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--misc/cgo/life/testdata/life.h7
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;