Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
bwh
/
klibc
/
201dabf78546ca712d3541670a5d898dc199854e
/
.
/
usr
/
klibc
/
env.h
blob: ae70be874b9e43ad33f85a43cc400bbcee18cd84 [
file
] [
log
] [
blame
]
#ifndef
ENV_H
#define
ENV_H
/* str should be a duplicated version of the input string;
len is the length of the key including the = sign */
int
__put_env
(
char
*
str
,
size_t
len
,
int
overwrite
);
extern
char
*
const
__null_environ
[];
#endif