move out c/cpp/py
This commit is contained in:
7
cl/_testgo/cgofull/foo.h
Normal file
7
cl/_testgo/cgofull/foo.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
typedef struct {
|
||||
int a;
|
||||
} Foo;
|
||||
|
||||
extern void print_foo(Foo* f);
|
||||
Reference in New Issue
Block a user