#include <pc.h> void ScreenSetCursor(int row, int column);
This function moves the cursor position on the default video page to the point given by (zero-based) row and column, by calling function 2 of interrupt 10h.
None.
not ANSI, not POSIX
ScreenSetCursor(0, 0); /* home the cursor */
Go to the first, previous, next, last section, table of contents.