feat: add ffi c

This commit is contained in:
2020-12-27 15:09:31 +08:00
parent 784be79abf
commit f0958ac291
5 changed files with 57 additions and 0 deletions

2
__ffi/c2/cfunctions.h Normal file
View File

@@ -0,0 +1,2 @@
void doit(int x);
void print_string(char* s);