generování s cestou

This commit is contained in:
2023-08-18 12:21:27 +02:00
parent b7811685e2
commit b2260178f6
4 changed files with 79 additions and 331 deletions

View File

@@ -3,7 +3,9 @@
#include <chrono>
#include <bitset>
#include <map>
#include <filesystem>
#define LINUX 1
#define PEM_BUFSIZE_TEXT 1024
#define BitVal(data, y) ((data >> y) & 1) /** Return Data.Y value **/
@@ -66,6 +68,8 @@ map<string, const char*> mapArguments(int argc, char *argv[]);
char* getCharArray(string source);
void getCharsFromString1(string source, char *charArray);
void getCharsFromString(string& source, char *charArray, int length);
string getCompletePath(string fileName);