perkeep/misc/cgo/callback_c.c

5 lines
41 B
C
Raw Normal View History

int CFoo(const char* c) {
GoFoo(c);
}