...
Wiki Markup |
---|
C99 \[[ISO/IEC 9899:1999|AA. References#ISOBibliography#ISO/IEC 9899-1999]\] defines {{getenv}} as follows: |
...
Wiki Markup |
---|
Similarly, C99 \[[ISO/IEC 9899:1999|AA. References#ISOBibliography#ISO/IEC 9899-1999]\] defines {{setlocale}} and {{localeconv}} as follows: |
...
Wiki Markup |
---|
Finally, C99, Section 7.21.6.2 \[[ISO/IEC 9899:1999|AA. References#ISOBibliography#ISO/IEC 9899-1999]\] states |
The
strerror
function returns a pointer to the string, the contents of which are locale specific. The array pointed to shall not be modified by the program, but may be overwritten by a subsequent call to thestrerror
function.
...
Wiki Markup |
---|
\[[ISO/IEC 9899:1999|AA. References#ISOBibliography#ISO/IEC 9899-1999]\] Section 7.11.1.1, âThe {{setlocale}} function;â Section 7.11.2.1, âThe {{localeconv}} function;â Section 7.20.4.5, "The {{getenv}} function;" Section 7.21.6.2, "The {{strerror}} function" \[[Open Group 04|AA. References#OpenBibliography#Open Group 04]\] [getenv|http://www.opengroup.org/onlinepubs/000095399/functions/getenv.html], [setlocale|http://www.opengroup.org/onlinepubs/009695399/functions/setlocale.html], [localeconv|http://www.opengroup.org/onlinepubs/009695399/functions/localeconv.html] |
...