#include #include struct map { char *addr; char *end; struct stat sb; int fd; }; struct map *open_map(const char *fname, bool *isdir); void close_map(struct map *m);