I want to get input from a file in C without opening and closing it, like with use of fscanf
or fgets
. I just want to redirect my stdin to a file.
问问题
145 次
I want to get input from a file in C without opening and closing it, like with use of fscanf
or fgets
. I just want to redirect my stdin to a file.