c_src: update with new intern methods
[nit.git] / c_src / csv.sep.0.h
1 #include "nit.common.h"
2 extern const int COLOR_csv__CSVDocument___64dheader;
3 val* csv__CSVDocument__header(val* self);
4 void csv__CSVDocument__header_61d(val* self, val* p0);
5 extern const int COLOR_csv__CSVDocument___64dlines;
6 val* csv__CSVDocument__lines(val* self);
7 void csv__CSVDocument__lines_61d(val* self, val* p0);
8 extern const int COLOR_csv__CSVDocument__header;
9 extern const int COLOR_abstract_collection__RemovableCollection__clear;
10 extern const int COLOR_abstract_collection__Collection__iterator;
11 extern const int COLOR_abstract_collection__Iterator__is_ok;
12 extern const int COLOR_abstract_collection__Iterator__item;
13 extern const int COLOR_string__Object__to_s;
14 extern const int COLOR_abstract_collection__SimpleCollection__add;
15 extern const int COLOR_abstract_collection__Iterator__next;
16 void csv__CSVDocument__set_header(val* self, val* p0);
17 extern const int COLOR_abstract_collection__Collection__length;
18 val* string__NativeString__to_s_with_length(char* self, long p0);
19 val* NEW_array__Array(const struct type* type);
20 extern const struct type type_array__Arraykernel__Object;
21 val* NEW_array__NativeArray(int length, const struct type* type);
22 extern const struct type type_array__NativeArraykernel__Object;
23 val* BOX_kernel__Int(long);
24 extern const int COLOR_array__Array__with_native;
25 extern const int COLOR_file__Object__print;
26 extern const struct type type_array__Arraystring__String;
27 extern const int COLOR_array__Array__init;
28 extern const int COLOR_csv__CSVDocument__lines;
29 void csv__CSVDocument__add_line(val* self, val* p0);
30 extern const int COLOR_string__Collection__join;
31 extern const int COLOR_string__String___43d;
32 val* csv__CSVDocument__to_s(val* self);
33 val* NEW_file__OFStream(const struct type* type);
34 extern const struct type type_file__OFStream;
35 extern const int COLOR_file__OFStream__open;
36 extern const int COLOR_stream__OStream__write;
37 extern const int COLOR_stream__IOS__close;
38 void csv__CSVDocument__save(val* self, val* p0);
39 void csv__CSVDocument__init(val* self);