回傳串流目前位置,發生錯誤傳回-1 */ long ftell(FILE *stream); /* 將串流的目前位置設為該串流的開頭*/ void rewind(FILE *stream); ...
確定! 回上一頁