Tagged Questions
4
votes
1answer
1k views
Writing to stdout except for output redirection C
I have to make a simple app for school.
I have to write arguments one per line on the terminal, and return on stdout the user choices.
For example, I write cat my_app main.c main.h, if the user ...