| 1. | The file pointer was moved to an invalid location 文件指针被移到无效位置。 |
| 2. | The fgets ( ) function returns a line from an open file 函数的作用是:从文件指针中读取一行。 |
| 3. | Detects that some other process has moved the file pointer 检测到一些其他进程已经移动文件指针, |
| 4. | The fgetc ( ) function returns a single character from an open file 函数的作用是:从文件指针中读取字符。 |
| 5. | The ftell ( ) function returns the current position in an open file 函数的作用是:返回文件指针当前的读/写的位置。 |
| 6. | The feof ( ) function checks if the " end - of - file " ( eof ) has been reached 函数的作用是:测试文件指针是否到了文件结束的位置。 |
| 7. | The rewind ( ) function " rewinds " the position of the file pointer to the beginning of the file 函数的作用是:将文件指针的位置倒回到文件的开头。 |
| 8. | The writefile function writes data to a file at the position specified by the file pointer 它是你用来往文件里面写东西用的.它会写往文件指针指向的位置 |
| 9. | Is created , its handle is passed , some operation moves the handle s file pointer , and then the 、传递它的句柄、某些操作移动句柄的文件指针,然后再次使用 |
| 10. | Might have buffered , and restore the file pointer to the location it had when methods were last called on 可能已缓冲的文件部分,并且将文件指针还原为上一次在 |