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