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