Positions the cursor on the specified row and column of the application screen.
#include <screen.h>
int gotorowcol (
int row,
int col);
(IN) Specifies the vertical position by specifying the row number.
(IN) Specifies the horizontal position by specifying the column number.
If successful, returns 0. Otherwise, returns -1 and sets errno to one of the following: