C00B0021

Explanation

The mode argument passed to fopen() or freopen() did not begin with r, w, or a.

Programmer response

Correct the mode argument. The first keyword of the mode argument must be the open mode. Ensure the open mode is specified first and begins with r, w, or a.

Symbolic Feedback Code

JrEdc1opsEinval01