blob: 816c426d78e6196cca2c5969b4365c558a9eb66a [file] [log] [blame]
// Copyright 2009 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.
/*
* Cgo interface.
*/
void cgocall(void (*fn)(void*), void*);
void *cmalloc(uintptr);
void cfree(void*);