fputs 寫一個字符串到文件中去 ... fputc(ch,stdout); //將ch表示的字符送到標準輸出流中去 ... fputs("fputs:ok\n",stdout);.
確定! 回上一頁