sys/select.h#
Macros#
Macro |
Implemented |
C23 Standard Section |
POSIX Docs |
|---|---|---|---|
FD_CLR |
✅ |
||
FD_ISSET |
✅ |
||
FD_SET |
✅ |
||
FD_SETSIZE |
✅ |
||
FD_ZERO |
✅ |
Functions#
Function |
Implemented |
C23 Standard Section |
POSIX Docs |
|---|---|---|---|
pselect |
|||
select |
✅ |
Macro |
Implemented |
C23 Standard Section |
POSIX Docs |
|---|---|---|---|
FD_CLR |
✅ |
||
FD_ISSET |
✅ |
||
FD_SET |
✅ |
||
FD_SETSIZE |
✅ |
||
FD_ZERO |
✅ |
Function |
Implemented |
C23 Standard Section |
POSIX Docs |
|---|---|---|---|
pselect |
|||
select |
✅ |