DEBSOURCES
Skip Quicknav
sources / notmuch / 0.40-1 / compat / have_d_type.c
1234567891011
#include <dirent.h> int main () { struct dirent ent; (void) ent.d_type; return 0; }