c_src: regenerate
[nit.git] / c_src / core__math._ffi.h
diff --git a/c_src/core__math._ffi.h b/c_src/core__math._ffi.h
new file mode 100644 (file)
index 0000000..83dcefe
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+       Extern implementation of Nit module math
+*/
+#ifndef CORE__MATH_NIT_H
+#define CORE__MATH_NIT_H
+
+#include <stdint.h>
+#include "core__math._nitni.h"
+#line 18 "../lib/core/math.nit"
+
+
+       #include <stdlib.h>
+       #include <math.h>
+       #include <time.h>
+#endif