c_src: update for new ffi syntax
[nit.git] / c_src / collection.sep.0.h
1 #include "nit.common.h"
2 val* NEW_array__Array(const struct type* type);
3 extern const int COLOR_array__Arrayabstract_collection__Sequence_FT0;
4 extern const int COLOR_array__Array__with_capacity;
5 val* NEW_range__Range(const struct type* type);
6 extern const struct type type_range__Rangekernel__Int;
7 extern const int COLOR_range__Range__without_last;
8 extern const int COLOR_abstract_collection__Collection__iterator;
9 extern const int COLOR_abstract_collection__Iterator__is_ok;
10 extern const int COLOR_abstract_collection__Iterator__item;
11 extern const int COLOR_abstract_collection__SequenceRead___91d_93d;
12 extern const int COLOR_abstract_collection__SimpleCollection__add;
13 extern const int COLOR_abstract_collection__Iterator__next;
14 val* collection__Sequence__subarray(val* self, long p0, long p1);