some Array improvements
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "string.h"
|
||||
|
||||
ktid_define(string);
|
||||
Array_define(string);
|
||||
|
||||
// copies str content to new char pointer value (adding '\0' at the end)
|
||||
char* string_extract(string str){
|
||||
|
||||
Reference in New Issue
Block a user