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
/
ansireserved.c
blob
d4815f00133338537cb1b940893d2875da86260e
1
int
decimal_point
;
2
int
srand
;
3
int
labs
;
4
int
_x
;
5
int
atan2f
(
void
);
6
7
typedef
int
wcst
;
8
9
# define EVANS 72
10
11
int
isaFish
(
void
)
12
{
13
/*@unused@*/
int
powl
;
14
/*@unused@*/
float
mem
;
/* okay */
15
/*@unused@*/
float
memory
;
16
/*@unused@*/
int
wctomb
;
/* okay as local */
17
18
return
3
;
19
}
20