1 2 3 4 5 6 7
#ifndef UTILITY_H #define UTILITY_H int hex_to_int(char c); char *get_theme(const char *default_theme); #endif