...
Wiki Markup |
---|
An [implementation|BB. Definitions#implementation] may define additional mode strings, but only the modes in the above table are fully portable and C99 compliant \[[ISO/IEC 9899:1999|AA. C References#ISO/IEC 9899-1999]\] compliant. |
Risk Assessment
Using a mode string that is not recognized by an implementation may cause the call to fopen()
to fail.
...