| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/coreutils/src/gnulib/lib/fpurge.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | - | |
| 7 | - | |
| 8 | - | |
| 9 | int | - |
| 10 | fpurge (FILE *fp) | - |
| 11 | { | - |
| 12 | - | |
| 13 | - | |
| 14 | __fpurge (fp); | - |
| 15 | - | |
| 16 | return never executed: 0;return 0;never executed: return 0; | 0 |
| 17 | } | - |
| Switch to Source code | Preprocessed file |