**C 库函数 ftell() 函数 long int ftell(FILE stream) 返回给定流 stream 的当前文件位置 long int ftell(FILE stream) stream – 这是指向 FILE 对象的指针,该 FILE 对象标识了流。