aboutsummaryrefslogtreecommitdiff
path: root/env.h
blob: d7ecf4859e530968322e722e147c021490733f43 (plain)
1
2
3
4
5
6
7
8
#ifndef ENV_H
#define ENV_H

extern char **environ;

extern /*@null@*/char *env_get(const char *);

#endif