This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C51 v8.17a stddef.h error

In my project I include stddef.h but find error on __CX2__

it's a bug or not

I try to modify it to
#if defined (__CX2__)
and passed.

what mains about __CX2__ ?

0