X-Git-Url: http://nitlanguage.org diff --git a/c_src/csv.sep.0.h b/c_src/csv.sep.0.h index 449dff8..f11d427 100644 --- a/c_src/csv.sep.0.h +++ b/c_src/csv.sep.0.h @@ -1,39 +1,48 @@ #include "nit.common.h" -extern const int COLOR_csv__CSVDocument___64dheader; -val* csv__CSVDocument__header(val* self); -void csv__CSVDocument__header_61d(val* self, val* p0); -extern const int COLOR_csv__CSVDocument___64dlines; -val* csv__CSVDocument__lines(val* self); -void csv__CSVDocument__lines_61d(val* self, val* p0); -extern const int COLOR_csv__CSVDocument__header; -extern const int COLOR_abstract_collection__RemovableCollection__clear; -extern const int COLOR_abstract_collection__Collection__iterator; -extern const int COLOR_abstract_collection__Iterator__is_ok; -extern const int COLOR_abstract_collection__Iterator__item; -extern const int COLOR_string__Object__to_s; -extern const int COLOR_abstract_collection__SimpleCollection__add; -extern const int COLOR_abstract_collection__Iterator__next; -void csv__CSVDocument__set_header(val* self, val* p0); -extern const int COLOR_abstract_collection__Collection__length; -val* string__NativeString__to_s_with_length(char* self, long p0); -val* NEW_array__Array(const struct type* type); -extern const struct type type_array__Arraykernel__Object; -val* NEW_array__NativeArray(int length, const struct type* type); -extern const struct type type_array__NativeArraykernel__Object; -val* BOX_kernel__Int(long); -extern const int COLOR_array__Array__with_native; -extern const int COLOR_file__Object__print; -extern const struct type type_array__Arraystring__String; -extern const int COLOR_array__Array__init; -extern const int COLOR_csv__CSVDocument__lines; -void csv__CSVDocument__add_line(val* self, val* p0); -extern const int COLOR_string__Collection__join; -extern const int COLOR_string__String___43d; -val* csv__CSVDocument__to_s(val* self); -val* NEW_file__OFStream(const struct type* type); -extern const struct type type_file__OFStream; -extern const int COLOR_file__OFStream__open; -extern const int COLOR_stream__OStream__write; -extern const int COLOR_stream__IOS__close; -void csv__CSVDocument__save(val* self, val* p0); -void csv__CSVDocument__init(val* self); +long csv___core__Text___chars_to_escape_csv(val* self, uint32_t p0, uint32_t p1, val* p2); +#define COLOR_core__abstract_text__Object__to_s 3 +val* NEW_core__Buffer(const struct type* type); +extern const struct type type_core__Buffer; +#define COLOR_core__abstract_text__Text__byte_length 40 +extern const struct type type_core__Int; +extern const char FILE_core__kernel[]; +val* core__flat___Buffer___with_cap(val* self, long p0); +#define COLOR_core__abstract_text__Buffer__add 102 +#define COLOR_core__abstract_text__Text__length 25 +#define COLOR_core__abstract_text__Text___91d_93d 31 +long core___core__Int___Discrete__successor(long self, long p0); +uint32_t core___core__Text___first(val* self); +long core__abstract_text___Char___u8char_len(uint32_t self); +#define COLOR_csv__CsvStream___delimiter 0 +#define COLOR_csv__CsvStream___separator 1 +#define COLOR_csv__CsvStream___eol 2 +extern const char FILE_csv[]; +#define COLOR_csv__CsvDocument___header 3 +val* NEW_core__Array(const struct type* type); +extern const struct type type_core__Array__core__String; +void core___core__Array___core__kernel__Object__init(val* self); +#define COLOR_csv__CsvDocument___records 4 +extern const struct type type_core__Array__core__Array__core__String; +#define COLOR_core__array__AbstractArrayRead___length 0 +void core___core__Array___with_capacity(val* self, long p0); +val* core___core__AbstractArrayRead___core__abstract_collection__Collection__iterator(val* self); +#define COLOR_core__abstract_collection__Iterator__is_ok 12 +#define COLOR_core__abstract_collection__Iterator__item 13 +void core___core__Array___core__abstract_collection__SimpleCollection__add(val* self, val* p0); +#define COLOR_core__abstract_collection__Iterator__next 14 +#define COLOR_core__abstract_collection__Iterator__finish 15 +val* NEW_csv__CsvWriter(const struct type* type); +extern const struct type type_csv__CsvWriter; +#define COLOR_csv__CsvWriter__ostream_61d 18 +#define COLOR_core__kernel__Object__init 0 +short int core___core__AbstractArrayRead___core__abstract_collection__Collection__is_empty(val* self); +void csv___csv__CsvWriter___write_line(val* self, val* p0); +void csv___csv__CsvWriter___write_lines(val* self, val* p0); +#define COLOR_csv___csv__CsvDocument___core__kernel__Object__init 23 +#define COLOR_csv__CsvWriter___ostream 3 +val* core___core__Array___core__abstract_collection__SequenceRead___91d_93d(val* self, long p0); +val* csv___core__Text___escape_to_csv(val* self, uint32_t p0, uint32_t p1, val* p2); +void core___core__FileWriter___core__stream__Writer__write(val* self, val* p0); +void core___core__Writer___write_char(val* self, uint32_t p0); +val* core___core__SequenceRead___last(val* self); +#define COLOR_csv___csv__CsvWriter___core__kernel__Object__init 22