kerepType -> kt

This commit is contained in:
2022-09-06 21:25:03 +06:00
parent dc6a52608a
commit 67e1328ee7
37 changed files with 417 additions and 416 deletions

View File

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