#ifndef _COMMON_H_ #define _COMMON_H_ #include void binary_reverse(uint32_t &range); void binary_to_str(uint64_t binary, char *string); #endif