use typedefed types, BirthTime

This commit is contained in:
vrd
2022-08-27 16:35:40 +03:00
parent fbfe017284
commit 1bf0a7f6a4
8 changed files with 397 additions and 385 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
#pragma once
#include "common/basicTypes.h"
enum Relation : char;
enum Relation : U8;
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);
Relation strToRel(const char* str);