Reputation: 137
I want to read from standard output ,like a file or file stream, without creating an auxiliary file ,i try using fgets(buffer,MAXLINE,stdout); but it doesn't work. It's possible or i have to create an auxiliary file??
Upvotes: 0
Views: 65