I have a character obtained from fgetc (file) stored in the variable I.
我有一个字符从获取(文件)存储在变量I。
This allows us to pass the address of fgetc as an argument to another function.
这样我们可以通过传递它的地址作为另一个函数的参数。
I am trying to get fgetc to read through a file and skip from a certain indicator until a new line.
我试图让获取阅读的文件和跳过某些指标,直到一个新行。
I am trying to get fgetc to read through a file and skip from a certain indicator until a new line.
我试图让获取阅读的文件和跳过某些指标,直到一个新行。
应用推荐