C87C0001

Explanation

The input argument to wcstombs() is NULL.

Programmer response

Correct the program to use a pointer to a wide character string as input for the wcstombs() conversion.

Symbolic Feedback Code

JrEdcWsmbEinval01