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

CX51 strtoul library routine

CX51 not support strtoul library routine !

unsigned long x;
unsigned char c[]="12345678"

x = strtoul (c,NULL,10);

returned zero ?

0