mirror of
https://github.com/golang/go
synced 2024-11-06 23:36:11 -07:00
01f34cbf52
Updates #30228 Change-Id: Ie972694254d2195ca9760ea7ffb6073e01c52488 Reviewed-on: https://go-review.googlesource.com/c/163422 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Jay Conrod <jayconrod@google.com>
8 lines
292 B
C
8 lines
292 B
C
// 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;
|