const size_t maxcwd = PATH_MAX; char * cwd = malloc(maxcwd); if (cwd == NULL) { fprintf(stderr, "error: cannot start shell: out of memory\n"); return ...
確定! 回上一頁