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

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

1.1     ! schwarze    1: #include <ctype.h>
        !             2:
        !             3: int
        !             4: main(void)
        !             5: {
        !             6:        return(!isblank(' ') || !isblank('\t') || isblank('_'));
        !             7: }

CVSweb