#include <pc.h> void ScreenUpdate(void *buf);
This function writes the contents of the buffer buf to the primary screen. The buffer should contain an exact replica of the video memory, including the characters and their attributes.
None.
not ANSI, not POSIX
ScreenUpdate(saved_screen);
Go to the first, previous, next, last section, table of contents.