#ifndef UTIL_H_ #define UTIL_H_ #include std::string str_of_addr(int address); #endif