4 lines
92 B
C
4 lines
92 B
C
|
|
void printCenter(const char *text);
|
|
void printCenterOffset(const char *text, int offsety);
|