... errno = 0; auto x = strtol(num, &end, 0); auto e = errno; printf("%d (should be 34), number (wrong) is %d \n", e, x); return e == 34 ?
確定! 回上一頁