| www.delorie.com/djgpp/doc/libc/libc_683.html | search |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#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.
| ANSI/ISO C | No |
| POSIX | No |
ScreenUpdate(saved_screen); |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2004 by DJ Delorie | Updated Apr 2004 |