FTELL - determine current position in I/O stream. (ANSI standard). Usage: #include <stdio.h> offset = ftell( f );. Where: FILE *f;: points to the file whose ...
確定! 回上一頁