write runtime object bootstrap
This commit is contained in:
@@ -10,8 +10,7 @@
|
||||
|
||||
extern ArgonObject *ARGON_STRING_TYPE;
|
||||
|
||||
void init_string_type();
|
||||
|
||||
ArgonObject *init_string_object(char*data, size_t length);
|
||||
ArgonObject *new_string_object(char*data, size_t length);
|
||||
|
||||
ArgonObject *new_string_object_null_terminated(char*data);
|
||||
#endif // STRING_OBJ_H
|
||||
Reference in New Issue
Block a user