xref
: /
freebsd
/
contrib
/
mandoc
/
test-EFTYPE.c
(revision 25039b37d3883b8fdae50475cbea41a255a08ee2)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
errno.h
>
2
3
int
4
main
(
void
)
5
{
6
return
!
EFTYPE
;
7
}
8