repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libgloss
/
libnosys
/
environ.c
blob
b58250634c9e0399e0670e6ecdce70e8728677a1
1
/*
2
* Version of environ for no OS.
3
*/
4
5
char
*
__env
[
1
] = {
0
};
6
char
**
environ
=
__env
;