summaryrefslogtreecommitdiff
path: root/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'env.h')
-rw-r--r--env.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/env.h b/env.h
new file mode 100644
index 0000000..834d331
--- /dev/null
+++ b/env.h
@@ -0,0 +1,10 @@
1/* Public domain. */
2
3#ifndef ENV_H
4#define ENV_H
5
6extern char **environ;
7
8extern /*@null@*/char *env_get(const char *);
9
10#endif