CX51 strtoul library routine

CX51 not support strtoul library routine !

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

x = strtoul (c,NULL,10);

returned zero ?

Parents Reply Children
No data
More questions in this forum