#include /* for printf */ #include /* for struct dirent */ #include /* for struct dirent */ #include /* for lstat, struct stat */ #include #include "error_handling.h" int main() { DIR * dir; struct dirent * entry; struct stat props; /* INSERT CODE HERE */ return 0; }