Hi,

We got a n assert in our application program: Debug Assertion Failed! File: isctype.c Line: 68 Expression (unsigned) (c+1) <=256

Can someone explain the cause of the assertion? Is it caused by user program, or caused by C library internal? How to avoid this problem?

Thanks

Jun