/** */ #include #include #include /** Width of each line of text in the box. */ #define LINE_WIDTH 60 /** Symbol used to draw the border around the box. */ #define BORDER '*' /** */ bool paddedLine() { } /** */ void lineOfChars( char ch, int count ) { } /** */ int main() { }