c_src: update with new intern methods
[nit.git] / c_src / math._ffi.h
diff --git a/c_src/math._ffi.h b/c_src/math._ffi.h
new file mode 100644 (file)
index 0000000..22f7837
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+       Extern implementation of Nit module math
+*/
+#ifndef MATH_NIT_H
+#define MATH_NIT_H
+
+#include "math._nitni.h"
+#line 19 "lib/standard/math.nit"
+
+#include <math.h>
+int math___Int_sqrt___impl( int recv );
+double math___Float_abs___impl( double recv );
+#endif