OpenCoverage

fpurge.c

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/bash/src/lib/sh/fpurge.c
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4-
5-
6-
7-
8-
9-
10extern int fpurge (FILE *stream);-
11-
12-
13-
14-
15int-
16fpurge (FILE *fp)-
17{-
18-
19-
20 __fpurge (fp);-
21-
22 return
executed 34695392 times by 1 test: return 0;
Executed by:
  • Self test
0;
executed 34695392 times by 1 test: return 0;
Executed by:
  • Self test
34695392
23}-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.1.2