Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Remove a socket file descriptor ID as a member of a file descriptor set. See function NET_SOCK_DESC_CLR() for more information.

Files

net_bsd.h

Prototype

Code Block
FD_CLR(fd, fdsetp);

Arguments

fd

File descriptor to be removed.

...