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

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

1.1     ! kristaps    1: #include <stdio.h>
        !             2: #include <stdlib.h>
        !             3:
        !             4: int
        !             5: main(void)
        !             6: {
        !             7:        char *cp;
        !             8:        size_t sz;
        !             9:        cp = fgetln(stdin, &sz);
        !            10:        return 0;
        !            11: }

CVSweb