nitc: fix calling extern constructors from extern code in separate compiler
[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 char* string___Int_strerror_ext___impl( long recv );
9 #endif