Adl
Adl

Reputation: 137

Reading from Standard Output in C is possible?

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

Answers (1)

alk
alk

Reputation: 70941

Reading from Standard Output in C is possible?

No.

Upvotes: 1

Related Questions