c_src: update with new intern methods
[nit.git] / c_src / exec._ffi.c
diff --git a/c_src/exec._ffi.c b/c_src/exec._ffi.c
new file mode 100644 (file)
index 0000000..0044007
--- /dev/null
@@ -0,0 +1,6 @@
+/*
+       Extern implementation of Nit module exec
+*/
+#include <stdlib.h>
+#include <stdio.h>
+#include "exec._ffi.h"