... char out_buffer[PATH_MAX]; int main() { while(1) { fputs("Enter a relative path:\n", stdout); if(gets(in_buffer) == NULL) { break; } ...
確定! 回上一頁