#ifndef UTIL_H #define UTIL_H char* heapstr(const char* str, int len); int countplaces(int n); #endif