文件指针 meaning in English
file pointer
Examples
- The file pointer was moved to an invalid location
文件指针被移到无效位置。 - The fgets ( ) function returns a line from an open file
函数的作用是:从文件指针中读取一行。 - Detects that some other process has moved the file pointer
检测到一些其他进程已经移动文件指针, - The fgetc ( ) function returns a single character from an open file
函数的作用是:从文件指针中读取字符。 - The ftell ( ) function returns the current position in an open file
函数的作用是:返回文件指针当前的读/写的位置。