generování s cestou
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user