libtools
Main Page
Modules
Classes
Files
File List
File Members
tools
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 */
read_env
char * read_env(const char *env, char *s, size_t len)
read environment variable
Generated by
1.8.11