c_src: update with new intern methods
[nit.git] / c_src / string._ffi.h
diff --git a/c_src/string._ffi.h b/c_src/string._ffi.h
new file mode 100644 (file)
index 0000000..700578f
--- /dev/null
@@ -0,0 +1,10 @@
+/*
+       Extern implementation of Nit module string
+*/
+#ifndef STRING_NIT_H
+#define STRING_NIT_H
+
+#include "string._nitni.h"
+#include "math._ffi.h"
+String string___Float_to_precision_native___impl( double recv, int nb );
+#endif