c_src: update with new intern methods
[nit.git] / c_src / string._nitni.h
1 /*
2 Extern implementation of Nit module string
3 */
4 #ifndef STRING_NITG_NITNI_H
5 #define STRING_NITG_NITNI_H
6
7 #ifndef NIT_TYPE_String
8 #define NIT_TYPE_String 1
9 typedef struct nitni_instance *String;
10 #endif
11 #include "string._ffi.h"
12 #define String_incr_ref(from) while(0){}
13 #define String_decr_ref(from) while(0){}
14 extern struct nitni_instance * string___NativeString_to_s( char* recv );
15 #endif