DEBSOURCES
Skip Quicknav
sources / mdocml / 1.14.6-4 / test-dirent-namlen.c
12345678910
#include <sys/types.h> #include <dirent.h> int main(void) { struct dirent entry; return sizeof(entry.d_namlen) == 0; }