Some funcitons return a pointer to a object that cannot be modified without causing undefined behavior. These functions include the standard getenv()
, setlocale()
, and localeconv()
functions..
Wiki Markup |
---|
C99 \[[ISO/IEC 9899:1999|AA. C References#ISO/IEC 9899-1999]\] defines {{getenv}} as follows: |
...