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

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

1.1     ! schwarze    1: #include <string.h>
        !             2:
        !             3: int
        !             4: main(void)
        !             5: {
        !             6:        const char s[1] = { 'a' };
        !             7:        return(1 != strnlen(s, 1));
        !             8: }

CVSweb