int main(int argc, char **argv) { struct stat st; stat("/lib", &st); switch (st.st_mode & S_IFMT) { case S_IFDIR: printf("dir