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