ktId_declare

This commit is contained in:
2022-09-21 01:16:32 +06:00
parent cbcd48ae66
commit d5a60953c3
19 changed files with 147 additions and 148 deletions

View File

@@ -1,7 +1,7 @@
#include "string.h"
ktId_define(ktId_string);
ktId_define(ktId_stringPtr);
ktId_define(string);
ktId_define(stringPtr);
// copies str content to new char pointer value (adding '\0' at the end)
char* string_extract(string str){