source:
trunk/libs/newlib/src/libgloss/libnosys/environ.c
@
460
| Last change on this file since 460 was 444, checked in by , 8 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.
