Tagged Questions
6
votes
2answers
267 views
Distinguishing a pipe from a file in Unix
Given a FILE*, is it possible to determine the underlying type? That is, is there a function that will tell me if the FILE* is a pipe or a socket or a regular on-disk file?