X-Git-Url: http://nitlanguage.org diff --git a/c_src/core__native.sep.0.h b/c_src/core__native.sep.0.h index 11aeb87..f73c14c 100644 --- a/c_src/core__native.sep.0.h +++ b/c_src/core__native.sep.0.h @@ -1,11 +1,9 @@ #include "nit.common.h" -extern const struct class class_core__NativeString; +uint32_t core__native___UInt32_code_point___impl( uint32_t self ); +extern const struct class class_core__CString; extern const struct type type_core__Int; extern const char FILE_core__kernel[]; -double native___NativeString_atof___impl( char* self ); -long core___core__Int___Numeric__to_i(long self); -long core___core__NativeString___char_to_byte_index_cached(char* self, long p0, long p1, long p2); -long core___core__NativeString___length_of_char_at(char* self, long p0); -long core___core__NativeString___find_beginning_of_char_at(char* self, long p0); -long native___NativeString_fetch_4_ffi___impl( char* self, long pos ); -long native___NativeString_fetch_4h_ffi___impl( char* self, long pos ); +double core__native___CString_atof___impl( char* self ); +long core___core__CString___char_to_byte_index_cached(char* self, long p0, long p1, long p2); +long core___core__CString___length_of_char_at(char* self, long p0); +long core___core__CString___find_beginning_of_char_at(char* self, long p0);