#ifndef UTILS_H #define UTILS_H char* u_mktemp(); char* u_cat(const char* a, const char* b); int u_wordcount(const char* str); #endif // UTILS_H