c_src: update Makefile to compile on MacOSX
[nit.git] / c_src / template.sep.0.h
1 #include "nit.common.h"
2 void template__Template__rendering(val* self);
3 extern const int COLOR_template__Template__is_frozen;
4 extern const int COLOR_template__Template__content;
5 extern const int COLOR_abstract_collection__SimpleCollection__add;
6 void template__Template__add(val* self, val* p0);
7 extern const int COLOR_abstract_collection__SimpleCollection__add_all;
8 void template__Template__add_all(val* self, val* p0);
9 extern const int COLOR_abstract_collection__Collection__length;
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 struct type type_kernel__Int;
14 extern const int COLOR_abstract_collection__Iterator__next;
15 void template__Template__add_list(val* self, val* p0, val* p1, val* p2);
16 extern const int COLOR_template__Template___64dis_frozen;
17 short int template__Template__is_frozen(val* self);
18 void template__Template__is_frozen_61d(val* self, short int p0);
19 extern const int COLOR_template__Template__is_frozen_61d;
20 void template__Template__freeze(val* self);
21 val* NEW_template__Template(const struct type* type);
22 extern const struct type type_template__Template;
23 extern const int COLOR_template__Template__init;
24 extern const int COLOR_template__Template__add;
25 val* template__Template__new_sub(val* self);
26 extern const int COLOR_template__Template___64dcontent;
27 val* template__Template__content(val* self);
28 void template__Template__content_61d(val* self, val* p0);
29 extern const int COLOR_template__Template___64drender_done;
30 short int template__Template__render_done(val* self);
31 void template__Template__render_done_61d(val* self, short int p0);
32 extern const int COLOR_template__Template__render_done;
33 extern const int COLOR_template__Template__render_done_61d;
34 extern const int COLOR_template__Template__rendering;
35 extern const int COLOR_template__Template__freeze;
36 void template__Template__force_render(val* self);
37 extern const int COLOR_template__Template__is_writing;
38 extern const int COLOR_template__Template__is_writing_61d;
39 extern const int COLOR_template__Template__force_render;
40 extern const int COLOR_stream__Streamable__write_to;
41 void template__Template__write_to(val* self, val* p0);
42 extern const int COLOR_template__Template___64dis_writing;
43 short int template__Template__is_writing(val* self);
44 void template__Template__is_writing_61d(val* self, short int p0);
45 val* NEW_stream__StringOStream(const struct type* type);
46 extern const struct type type_stream__StringOStream;
47 extern const int COLOR_stream__StringOStream__init;
48 extern const int COLOR_string__Object__to_s;
49 val* template__Template__write_to_string(val* self);
50 val* NEW_file__OFStream(const struct type* type);
51 extern const struct type type_file__OFStream;
52 extern const int COLOR_file__OFStream__open;
53 extern const int COLOR_stream__IOS__close;
54 void template__Template__write_to_file(val* self, val* p0);
55 void template__Template__init(val* self);