repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rosenberg: strip away some casting (eliminates a false positive)
[smatch.git]
/
validation
/
builtin_char_bit.c
blob
30e6bed46fead1eccad375dff91d16751a5ab600
1
#include <limits.h>
2
3
static unsigned int
word_bits
=
sizeof
(
unsigned int
) *
CHAR_BIT
;
4
5
/*
6
* check-name: __CHAR_BIT__
7
*/