Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(766)

Side by Side Diff: src/pkg/runtime/cgocall.h

Issue 834045: code review 834045: Library support for cgo export. (Closed)
Patch Set: code review 834045: Library support for cgo export. Created 13 years, 12 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2009 The Go Authors. All rights reserved. 1 // Copyright 2009 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 /* 5 /*
6 * Cgo interface. 6 * Cgo interface.
7 */ 7 */
8 8
9 void cgocall(void (*fn)(void*), void*); 9 void cgocall(void (*fn)(void*), void*);
10 void cgocallback(void (*fn)(), void*, int32);
rsc1 2010/04/02 06:31:25 s/()/(void)/
10 void *cmalloc(uintptr); 11 void *cmalloc(uintptr);
11 void cfree(void*); 12 void cfree(void*);
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b