repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some consistency changes to library & headers flags.
[splint-patched.git]
/
test
/
csyntax5.c
blob
c5e3db2f779259eef404e5a0d678d269083e683f
1
typedef
int
fd_mask
;
2
3
typedef
struct
fd_set
{
4
fd_mask fds_bits
[
sizeof
(
fd_mask
)];
5
}
fd_set
;
6
7