feat: add environment variable passing

This commit is contained in:
2024-08-26 19:51:12 +02:00
parent cfffa43428
commit 484efc200a
7 changed files with 63 additions and 12 deletions
+1
View File
@@ -40,6 +40,7 @@ typedef void(*line_handler)(const char*);
void per_line(const char* file, line_handler handler);
char* join(const char* a, const char* b);
char* join3(const char* a, const char* b, const char* c);
const char* skip_arg(const char* cp);
char* skip_spaces(const char* str);