libtools
env.h
Go to the documentation of this file.
1 
20 #ifndef __TOOLS_ENV_H
21 #define __TOOLS_ENV_H
22 
23 #include <stddef.h>
24 
39 char *read_env(const char *env, char *s, size_t len);
40 
43 #endif /* __TOOLS_ENV_H */
char * read_env(const char *env, char *s, size_t len)
read environment variable