... char *e = "0x0000000101234567"; x = strtoull(a,NULL,0); printf("string %s converts to 0x%16.16X\n",a,x); y = strtoull(b,NULL,0); ...
確定! 回上一頁