#ifndef _OG_UTILS_H #define _OG_UTILS_H void str_toupper(char *str); void str_tolower(char *str); #endif