Sign in
googlers
/
maze
/
klibc
/
72a6e871639c36b949c6aa3d8429100e63d20796
/
.
/
usr
/
klibc
/
nullenv.c
blob: ba7e71c4820893c4aa2efc5b1944771df06f5a71 [
file
] [
log
] [
blame
]
/*
* nullenv.c
*/
#include
<stddef.h>
#include
"env.h"
char
*
const
__null_environ
[]
=
{
NULL
};