This repository was archived by the owner on Dec 23, 2022. It is now read-only.
forked from nitlang/nit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcore__fixed_ints_text.sep.0.h
50 lines (50 loc) · 2.93 KB
/
core__fixed_ints_text.sep.0.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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);