breaking changes in type system

This commit is contained in:
2023-02-13 00:34:32 +06:00
parent 305854e721
commit 95fec8d166
48 changed files with 704 additions and 608 deletions

View File

@@ -1,7 +1,8 @@
#include "string.h"
ktid_define(string);
Array_define(string);
kt_define(string, NULL, NULL);
Array_define(string)
Autoarr_define(string)
// copies str content to new char pointer value (adding '\0' at the end)
char* string_extract(string str){