perkeep/misc/cgo/callback_c.c

5 lines
41 B
C

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