ffi working. got a feel for it
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// example.c
|
||||
#include <stdio.h>
|
||||
|
||||
void helloFromC() {
|
||||
printf("Hello from C!\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user