home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
splint3s.zip
/
splint-3.0.1.6
/
test
/
oldstyle2.c
< prev
next >
Wrap
Text File
|
2002-02-04
|
225b
|
32 lines
void
oldDec(x)
int x;
{
x = 5;
}
void
noShadow()
{
switch (0)
{
int x;
case 0:
{ x = 0;}
}
}
void
unrecognized()
{
switch (0)
{
case 0:
{ x = 0;}
}
}