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
db/fixup_kernel.sh: update vfs_write() code
[smatch.git]
/
validation
/
c11-stdc-version.c
blob
3acedd196812a60befa08a4c2e39dfbf8205c9a5
1
__STDC_VERSION__
2
3
/*
4
* check-name: c11-stdc-version
5
* check-command: sparse -E -std=c11 $file
6
*
7
* check-output-start
8
9
201112L
10
* check-output-end
11
*/