Open file for writing fh = fopen("hamlet.txt", "w"); // Write the string to the first line of the file call fputs(fh, quote); // Close the file call ...
確定! 回上一頁