xref
: /
dports
/
devel
/
splint
/
splint-3.1.2
/
test
/
tests2.2a
/
sizeof.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
f(int x)
1
size_t
f
(
int
x
)
2
{
3
return
sizeof
(
sizeof
(
x
));
4
}
5