summaryrefslogtreecommitdiffhomepage
path: root/env.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-10 15:09:50 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-10 15:09:50 +0200
commitbfdb4e9d2cfc7890c5f194e670039fa76c391330 (patch)
tree2584a736ed6f2827c39420882555a154d7b5d570 /env.h
parent6086ec079a31276c81decdd7b5b5daaafdeb58ca (diff)
Added tests
Diffstat (limited to 'env.h')
-rw-r--r--env.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/env.h b/env.h
new file mode 100644
index 0000000..deed0ee
--- /dev/null
+++ b/env.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <string>
+
+std::string env_value(const std::string& key);
+