rm_/lib/isapipe.h

7 lines
133 B
C
Raw Normal View History

2020-09-02 16:47:03 +08:00
/* Whether pipes are FIFOs; -1 if not known. */
#ifndef HAVE_FIFO_PIPES
# define HAVE_FIFO_PIPES (-1)
#endif
int isapipe (int fd);