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

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

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

CVSweb