GCC Code Coverage Report | |||||||||||||||||||||
|
|||||||||||||||||||||
Line | Branch | Exec | Source |
1 |
/* |
||
2 |
* Written by Matthew Dempsky, 2011. |
||
3 |
* Public domain. |
||
4 |
*/ |
||
5 |
|||
6 |
#include <dirent.h> |
||
7 |
#include "telldir.h" |
||
8 |
|||
9 |
int |
||
10 |
dirfd(DIR *dirp) |
||
11 |
{ |
||
12 |
7576 |
return (dirp->dd_fd); |
|
13 |
} |
||
14 |
DEF_WEAK(dirfd); |
Generated by: GCOVR (Version 3.3) |