/* * Test name: test00.c * * Objetive: The purpose of this test is to make sure that the bitmap * manipulation macros work without problems. * * Description: This tests first fills a fd_set bit by bit, and shows it, then * it clears the fd_set bit by bit as well. * * Jose M. Gomez */ #include #include #include #include #include #include #include int main(int argc, char *argv[]) { fd_set fds; int i,j; FD_ZERO(&fds); for (i=0;i