home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lclint.zip / lclint-2_3h-os2-bin.zip / test / csyntax5.c < prev    next >
Text File  |  1997-09-03  |  95b  |  8 lines

  1. typedef int fd_mask;
  2.  
  3. typedef    struct fd_set {
  4.   fd_mask fds_bits[sizeof(fd_mask)];
  5. } fd_set;
  6.  
  7.  
  8.