It is the first call of fwrite that is incorrect. fwrite(c, sizeof(char*), sizeof(c), fp);. It should be written like for example
確定! 回上一頁