#ifndef _H_UTIL #define _H_UTIL void to_lowercase(char* str); void to_uppercase(char* str); #endif