rename files, sex-

This commit is contained in:
vrd
2022-08-20 15:43:58 +03:00
commit fbfe017284
12 changed files with 1325 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
enum Relation : char;
unsigned strLen(const char* str);
void strCopy(char *to, const char* from);
bool strComp(const char* firts, const char* second); //0 - diffrent 1 - same
char* mergeStr(const char* first, const char* second);
Relation strToRel(const char* str);