2 lines
69 B
C

void err_msg(char *msg);
char *add_to_front(char **str1, char *str2);