1 2 3 4 5 6 7
#ifndef _OG_UTILS_H #define _OG_UTILS_H void str_toupper(char *str); void str_tolower(char *str); #endif