1 2 3 4
void clear_screen(); void print(char *msg); void print_ln(char *msg); void set_text_colour(int foreground, int background);