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.
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.