]> andersk Git - splint.git/blob - test/csyntax5.c
Got rid of [look into this ] messages in null.expect and outglob.expect
[splint.git] / test / csyntax5.c
1 typedef int fd_mask;
2
3 typedef struct fd_set {
4   fd_mask fds_bits[sizeof(fd_mask)];
5 } fd_set;
6
7
This page took 0.044889 seconds and 5 git commands to generate.