Altro materiale aggiunto con il kernel 3.17
[gapil.git] / listati / is_regdir.h
1 #define IS_RGDR(x) ( ((x)&S_IFMT&S_IFDIR) | ((x)&S_IFMT&S_IFREG) )