xref
: /
freebsd-src
/
contrib
/
mandoc
/
test-EFTYPE.c
(revision a466cc55373fc3cf86837f09da729535b57e69a1)
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