Reading from a specific line of a text file in c

前端 未结 0 484
灰色年华
灰色年华 2020-12-14 23:35
while((words = getc(fp)) != EOF)
    {
        
        if (words == \'\\n\')
        {
            city_lines++;
            fscanf(fp, "%s %s",city,city_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题