lib: implements String#to_f as a legacy extern method (using atof)
[nit.git] / lib / standard / string_nit.h
index 0e806d7..5653f27 100644 (file)
  * another product.
  */
 
-#ifndef NONITCNI
-#include <string._nitni.h>
-float String_to_f___impl( String recv );
-#endif
-
 #define kernel_Sys_Sys_native_argc_0(self) (glob_argc)
 #define kernel_Sys_Sys_native_argv_1(self, p0) (glob_argv[(p0)])