The C standard specifies specific strings to use for the mode
for the function fopen()
. An implementation may define extra strings that define additional modes, but only the modes in the following table (adapted from the C99 standard) are fully portable and C99 compliant:
...