C0010002

Explanation

The stream pointer passed to the fwide() function is not a valid file pointer and posix is enabled.

Programmer response

Pass a valid file pointer to fwide().

Symbolic Feedback Code

JrEdcFwidEbadf02