#include <conio.h> void window(int _left, int _top, int _right, int _bottom);
Specifies the window on the screen to be used for future output requests. The upper left corner of the physical screen is (1,1).
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.