Quote: FILE *got_file(char *str) { FILE *fp = fopen(str, "r"); return fp; } will this be OK? the fp is a pointer points to FILE struct which ...
確定! 回上一頁