#include <pc.h> void ScreenUpdateLine(void *buf, int row);
This function writes the contents of buf to the screen line number given in row (the topmost line is row 0), on the primary screen.
None.
not ANSI, not POSIX
ScreenUpdateLine(line_buf, 10);
Go to the first, previous, next, last section, table of contents.