diff options
| author | Nathan P. Reiner <nathan@nathanreiner.xyz> | 2022-12-16 09:38:25 +0100 |
|---|---|---|
| committer | Nathan P. Reiner <nathan@nathanreiner.xyz> | 2022-12-16 09:38:25 +0100 |
| commit | f7f42b5f4fd22cd16e092de4a6f2a642b5ab8234 (patch) | |
| tree | b8044f25bd865a4c5d4e9f3f41daaea9a4b1414b /lib/env/env.c | |
| parent | 8c66e390a5d8bf0bcc5770d61643e6023a2cbdc9 (diff) | |
add env structre
Diffstat (limited to 'lib/env/env.c')
| -rw-r--r-- | lib/env/env.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/env/env.c b/lib/env/env.c new file mode 100644 index 0000000..df8e361 --- /dev/null +++ b/lib/env/env.c @@ -0,0 +1 @@ +#include "env.h" |