long ftell( FILE *stream ); ... 与错误检查ftell。 ... fp = fopen("test.bin","rb"); long int pos = ftell(fp); /* position indicator at start ...
確定! 回上一頁