void print_center( int x, int y, const char *text);
Prints text center aligned at coordinates (x,y).
Back to index