stdio.h 中的ftell() 回傳目前檔案中存取的位置,需要一個指向結構FILE 指標的參數。 以下程式示範ftell() 的使用 #include <stdio.h> #include <stdlib.h> int ...
確定! 回上一頁