]> andersk Git - splint.git/blame - test/csyntax5.c
Update configure and makefile to aclocal/automake 1.10.1 and autoconf 2.61.
[splint.git] / test / csyntax5.c
CommitLineData
885824d3 1typedef int fd_mask;
2
3typedef struct fd_set {
4 fd_mask fds_bits[sizeof(fd_mask)];
5} fd_set;
6
7
This page took 1.400365 seconds and 5 git commands to generate.