init_color
int init_color(short, short, short, short);
report_return(init_color(colour, red, green, blue));
static inline const char *init_color(const char *);
color = init_color("01;31");
color = init_color("01;31");