]> andersk Git - splint.git/blame_incremental - test/nullret.c
os2/makeos2.cmd: also make in ../lib with `-o' option.
[splint.git] / test / nullret.c
... / ...
CommitLineData
1int * f1 () { return 0; }
2
3/*@null@*/
4int * f2 () { return 0; }
5
6/*@notnull@*/
7int * f3 () { return 0; }
This page took 0.030179 seconds and 5 git commands to generate.