[BACK]Return to test-EFTYPE.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Annotation of mandoc/test-EFTYPE.c, Revision 1.1

1.1     ! schwarze    1: #include <errno.h>
        !             2:
        !             3: int
        !             4: main(void)
        !             5: {
        !             6:        return !EFTYPE;
        !             7: }

CVSweb