blob: 9c73643b6fc26c4c96d6cf4dec45aa710b8b7c8a (
plain)
1
2
3
4
5
|
// Copyright 2011 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 int Add(int, int, int *);
|