C语言中从文件中获取字符串函数
The fgets() function returns a line from an open file. 函数的作用是:从文件指针中读取一行。
The fgets() function is used to read a single line from a file. 函数用来读取文件中的一行内容。
Timed_out (bool) - TRUE if the stream timed out while waiting for data on the last call to fread() or fgets(). timed_out(bool)-如果在上次调用fread()或者fgets()中等待数据时流超时了则为TRUE。
The fgets() function stops returning on a new line, at the specified length, or at EOF, whichever comes first. 函数可以对是否输出新的一行词段作出设置,具体见下面的语法;当到达文档段落末尾[EOF]时,该函数将停止运行。
fgets( file_name_mktemp, FILEPATH_MAXc语言, stdin); "请输入临时文件名:");