макросы для синхронного мультиплексирования ввода / вывода (macros for synchronous I/O multiplexing)
Дубль
(статьи:
fd_clr.3p - макросы для синхронного мультиплексирования ввода / вывода )
Пролог (Prolog)
This manual page is part of the POSIX Programmer's Manual. The
Linux implementation of this interface may differ (consult the
corresponding Linux manual page for details of Linux behavior),
or the interface may not be implemented on Linux.
Имя (Name)
FD_CLR — macros for synchronous I/O multiplexing
Синопсис (Synopsis)
#include <sys/select.h>
void FD_CLR(int fd, fd_set *fdset);
int FD_ISSET(int fd, fd_set *fdset);
void FD_SET(int fd, fd_set *fdset);
void FD_ZERO(fd_set *fdset);
Описание (Description)
Refer to pselect(3p).