xref
: /
dports
/
devel
/
splint
/
splint-3.1.2
/
test
/
warnuse
/
warngets.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
wfunc(char * s)
1
void
wfunc
(
char
*
s
)
2
{
3
(
void
)
gets
(
s
);
4
}
5