...
Non-compliant Code Example 2
The C standard function fopen()
function does not provide a mechanism to specify file access permissions. In the example below, if the call to fopen()
creates a new file, the default access permissions will be implementation specific.
...