diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-05-10 15:09:50 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-05-10 15:09:50 +0200 |
commit | bfdb4e9d2cfc7890c5f194e670039fa76c391330 (patch) | |
tree | 2584a736ed6f2827c39420882555a154d7b5d570 /env.h | |
parent | 6086ec079a31276c81decdd7b5b5daaafdeb58ca (diff) |
Added tests
Diffstat (limited to 'env.h')
-rw-r--r-- | env.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#pragma once + +#include <string> + +std::string env_value(const std::string& key); + |