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