tests: adds sav file for pep8analysis_web
[nit.git] / c_src / file._nitni.h
1 /*
2 Extern implementation of Nit module file
3 */
4 #ifndef FILE_NITG_NITNI_H
5 #define FILE_NITG_NITNI_H
6
7 #ifndef NIT_TYPE_String
8 #define NIT_TYPE_String 1
9 typedef struct nitni_instance *String;
10 #endif
11 #ifndef NIT_TYPE_Set_of_String
12 #define NIT_TYPE_Set_of_String 1
13 typedef struct nitni_instance *Set_of_String;
14 #endif
15 #ifndef NIT_TYPE_HashSet_of_String
16 #define NIT_TYPE_HashSet_of_String 1
17 typedef struct nitni_instance *HashSet_of_String;
18 #endif
19 #include "file._ffi.h"
20 #define String_incr_ref(from) while(0){}
21 #define String_decr_ref(from) while(0){}
22 #define Set_of_String_incr_ref(from) while(0){}
23 #define Set_of_String_decr_ref(from) while(0){}
24 #define HashSet_of_String_incr_ref(from) while(0){}
25 #define HashSet_of_String_decr_ref(from) while(0){}
26 extern struct nitni_instance * file___new_HashSet_of_String( );
27 extern void file___HashSet_of_String_add( struct nitni_instance * recv, struct nitni_instance * item );
28 extern struct nitni_instance * file___NativeString_to_s( char* recv );
29 extern char* file___String_to_cstring( struct nitni_instance * recv );
30 extern int file___HashSet_of_String_is_a_Set_of_String(struct nitni_instance *);
31 #define HashSet_of_String_is_a_Set_of_String file___HashSet_of_String_is_a_Set_of_String
32 extern struct nitni_instance * file___HashSet_of_String_as_Set_of_String(struct nitni_instance *);
33 #define HashSet_of_String_as_Set_of_String file___HashSet_of_String_as_Set_of_String
34 #endif