rename sys to environment

and change the environment defenition files
to be in environment dir
This commit is contained in:
Nikola Petrov
2024-07-22 10:43:35 +02:00
parent 8b60cdc81b
commit 5b0dcb23ea
8 changed files with 225 additions and 217 deletions

View File

@@ -2,11 +2,7 @@
#include "func.hpp"
#include "buffer.hpp"
#define GLOB_IMPLEMENTATION
#include "glob.hpp"
#define CRYPTORAND_IMPLEMENTATION
#include "cryptorand.hpp"
int find_logininfo_in_buffer(Buffer &buffer, const char *label)