Wiki Markup |
---|
The C standard identifies specific strings to use for the {{mode}} on calls to {{fopen()}} \[[ISO/IEC 9899:1999|AA. References#ISOBibliography#ISO/IEC 9899-1999]\]. To be strictly conforming and portable, one of the strings from the following table (adapted from the C standard) must be used: |
...
Wiki Markup |
---|
An [implementation|BB. Definitions#implementation] may define additional mode strings, but only the modes shown in the table are fully portable and C99 compliant \[[ISO/IEC 9899:1999|AA. References#ISOBibliography#ISO/IEC 9899-1999]\]. |
Risk Assessment
...
Wiki Markup |
---|
\[[ISO/IEC 9899:1999|AA. References#ISOBibliography#ISO/IEC 9899-1999]\] Section 7.9.15.3, "The {{fopen}} function" |
...