home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
splint3s.zip
/
splint-3.0.1.6
/
test
/
nullret.c
< prev
next >
Wrap
Text File
|
2001-07-03
|
106b
|
8 lines
int * f1 () { return 0; }
/*@null@*/
int * f2 () { return 0; }
/*@notnull@*/
int * f3 () { return 0; }