]> andersk Git - splint.git/blame - test/fileio/filebranch.c
os2/makeos2.cmd: also make in ../lib with `-o' option.
[splint.git] / test / fileio / filebranch.c
CommitLineData
68de3f33 1void f (char *fname)
2{
3 FILE *f;
4
5 if (fname != NULL)
6 {
7 f = fopen (fname, "r");
8 if (f != NULL) {
9 (void) fclose (f);
10 }
11 }
12}
This page took 0.093973 seconds and 5 git commands to generate.