about getenv
"Nghia Thai Huynh" <[email protected]> Fri, 20 May 2005 18:56:04 +0200
| Newsgroups | gmane.comp.windows.ce.freeware |
|---|---|
| Message-ID | <001101c55d5c$d02d47d0$c804a8c0@5d423cc47ffd44e> |
Like we all understand that: In win32, when program begin. _environ is initialiwed at program startup according to settings taken from the operatiing-system.The environment consists of one or more entries of the form. Like that getenv and putenv use the _environ variable to access and modify the environment table. What will happend in wince when _environ is not supported in stdlib.h What do you think to build a real getenv?