10 */ char *out = malloc(sz * sizeof(char)); /* 11 */ if (!out) { /* 12 */ fprintf(stderr, "Failed to allocate C string\n"); /* 13 */ return 1; ...
確定! 回上一頁