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

Annotation of mandoc/test-dirent-namlen.c, Revision 1.2

1.1       schwarze    1: #include <sys/types.h>
                      2: #include <dirent.h>
                      3:
                      4: int
                      5: main(void)
                      6: {
                      7:        struct dirent    entry;
                      8:
1.2     ! schwarze    9:        return sizeof(entry.d_namlen) == 0;
1.1       schwarze   10: }

CVSweb