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