logging works ( but it's buggy 😭 )
This commit is contained in:
+3
-1
@@ -70,7 +70,9 @@ String_t str_new();
|
||||
* This allocates new memory that must be freed
|
||||
* @param self Pointer to the String_t to clone
|
||||
*/
|
||||
String_t str_clone();
|
||||
String_t str_clone(String_t* self);
|
||||
|
||||
String_t* str_clone_all(String_t* strings, int len);
|
||||
|
||||
/**
|
||||
* Creates a new string containing a slice of an existing string.
|
||||
|
||||
Reference in New Issue
Block a user