#include int main(int argc, char **argv) { fd_set fds; FD_ZERO(&fds); FD_SET(argc, &fds); }