home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
splint3s.zip
/
splint-3.0.1.6
/
test
/
globals2.c
< prev
next >
Wrap
C/C++ Source or Header
|
2001-07-03
|
149b
|
12 lines
extern int glob1;
int f (void) /*@globals glob1@*/
{
return glob1;
}
int g (void) /*@globals glob2@*/ /*@globals glob1@*/
{
return f();
}