pep8analysis: intro the web interface
[nit.git] / c_src / string._ffi.h
1 /*
2 Extern implementation of Nit module string
3 */
4 #ifndef STRING_NIT_H
5 #define STRING_NIT_H
6
7 #include "string._nitni.h"
8 #include "math._ffi.h"
9 String string___Float_to_precision_native___impl( double recv, int nb );
10 #endif