csrc: regen for 32 bits platforms and Windows
[nit.git] / c_src / core__fixed_ints_text.sep.0.h
diff --git a/c_src/core__fixed_ints_text.sep.0.h b/c_src/core__fixed_ints_text.sep.0.h
new file mode 100644 (file)
index 0000000..b8a42ec
--- /dev/null
@@ -0,0 +1,50 @@
+#include "nit.common.h"
+long core__fixed_ints_text___Int8_to_s_len___impl( int8_t self );
+void core__fixed_ints_text___Int8_native_to_s___impl( int8_t self, char* nstr, long strlen );
+extern const struct type type_core__Int;
+extern const char FILE_core__kernel[];
+val* core__flat___CString___to_s_unsafe(char* self, val* p0, val* p1, val* p2, val* p3);
+val* core__fixed_ints_text___Int8___core__abstract_text__Object__to_s(int8_t self);
+long core__fixed_ints_text___Int16_to_s_len___impl( int16_t self );
+void core__fixed_ints_text___Int16_native_to_s___impl( int16_t self, char* nstr, long strlen );
+val* core__fixed_ints_text___Int16___core__abstract_text__Object__to_s(int16_t self);
+long core__fixed_ints_text___UInt16_to_s_len___impl( uint16_t self );
+void core__fixed_ints_text___UInt16_native_to_s___impl( uint16_t self, char* nstr, long strlen );
+val* core__fixed_ints_text___UInt16___core__abstract_text__Object__to_s(uint16_t self);
+long core__fixed_ints_text___Int32_to_s_len___impl( int32_t self );
+void core__fixed_ints_text___Int32_native_to_s___impl( int32_t self, char* nstr, long strlen );
+val* core__fixed_ints_text___Int32___core__abstract_text__Object__to_s(int32_t self);
+long core__fixed_ints_text___UInt32_to_s_len___impl( uint32_t self );
+void core__fixed_ints_text___UInt32_native_to_s___impl( uint32_t self, char* nstr, long strlen );
+val* core__fixed_ints_text___UInt32___core__abstract_text__Object__to_s(uint32_t self);
+val* core__fixed_ints_text___Text___get_numhead(val* self);
+#define COLOR_core__kernel__Object___61d_61d 4
+#define COLOR_core__abstract_text__Text__substring_from 34
+#define COLOR_core__abstract_text__Text__length 25
+#define COLOR_core__abstract_text__Text___91d_93d 31
+#define COLOR_core__abstract_text__Text__substring 28
+val* core__fixed_ints_text___Text___get_numext(val* self);
+long core___core__Int___Discrete__successor(long self, long p0);
+#define COLOR_core__abstract_text__Text__byte_length 40
+val* core__string_search___Text___remove_all(val* self, val* p0);
+val* core__fixed_ints_text___Text___strip_numhead(val* self);
+short int core___core__Text___is_hex(val* self);
+short int core___core__Text___is_bin(val* self);
+short int core___core__Text___is_oct(val* self);
+short int core___core__Text___is_dec(val* self);
+short int core__fixed_ints_text___Text___is_int(val* self);
+extern const char FILE_core__fixed_ints_text[];
+#define COLOR_core__abstract_text__Text__to_hex 35
+long core___core__Text___to_oct(val* self);
+long core___core__Text___to_bin(val* self);
+short int core__abstract_text___Char___is_numeric(uint32_t self);
+long core___core__Text___to_dec(val* self);
+val* core__fixed_ints_text___Text___strip_numext(val* self);
+short int core__fixed_ints_text___Text___is_num(val* self);
+long core__fixed_ints_text___Text___to_i(val* self);
+val* BOX_core__Byte(unsigned char);
+val* BOX_core__Int8(int8_t);
+val* BOX_core__Int16(int16_t);
+val* BOX_core__UInt16(uint16_t);
+val* BOX_core__Int32(int32_t);
+val* BOX_core__UInt32(uint32_t);