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

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

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

CVSweb