c_src: update to have intern args
[nit.git] / c_src / standard___string._ffi.h
diff --git a/c_src/standard___string._ffi.h b/c_src/standard___string._ffi.h
new file mode 100644 (file)
index 0000000..03cb07d
--- /dev/null
@@ -0,0 +1,10 @@
+/*
+       Extern implementation of Nit module string
+*/
+#include <string._nitni.h>
+
+#ifndef STANDARD___STRING_NIT_H
+#define STANDARD___STRING_NIT_H
+
+String Float_to_precision_native___impl( float recv, bigint nb );
+#endif