fac2e21c8c39fdb74a96b358f8570242f4f1be4e
[gapil.git] / listati / is_file_dir.h
1 #define IS_FILE_DIR(x) (((x) & S_IFMT) & (S_IFDIR | S_IFREG))