]> git.cameronkatri.com Git - mandoc.git/blob - test-dirent-namlen.c
The non-standard .EX/.EE macro pair was invented for Version 9 AT&T UNIX
[mandoc.git] / test-dirent-namlen.c
1 #include <sys/types.h>
2 #include <dirent.h>
3
4 int
5 main(void)
6 {
7 struct dirent entry;
8
9 return sizeof(entry.d_namlen) == 0;
10 }