]> andersk Git - splint.git/blame - test/fileio/filebranch.c
Added the splint.org css sheet to the html version of the faq.
[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.098328 seconds and 5 git commands to generate.