source:
trunk/libs/newlib/src/libgloss/libnosys/environ.c
@
467
Last change on this file since 467 was 444, checked in by , 6 years ago | |
---|---|
File size: 91 bytes |
Rev | Line | |
---|---|---|
[444] | 1 | /* |
2 | * Version of environ for no OS. | |
3 | */ | |
4 | ||
5 | char *__env[1] = { 0 }; | |
6 | char **environ = __env; |
Note: See TracBrowser
for help on using the repository browser.