delorie.com/djgpp/doc/libc/libc_684.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#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.
ANSI/ISO C | No |
POSIX | No |
ScreenUpdateLine(line_buf, 10); |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |