Define two functions display(char []) and display(char [],
char[]).
The first function will display the argument with a newline
character.
The second function will display a horizontal separator composed of
equal signs ('='), then display an argument in a line, and end with a
horizontal separator again.
Test your functions with the following main program: