#ifndef UTIL_H #define UTIL_H unsigned int powof2(unsigned int num); int ispow2(int num); #endif