#include #include int isastream(int fd) { return fcntl(fd, F_GETFD) < 0 ? -1 : 0; }

AltStyle によって変換されたページ (->オリジナル) /