www.delorie.com/djgpp/doc/libc-2.01/libc_554.html   search  
Go to the first, previous, next, last section, table of contents.


ScreenUpdateLine

Syntax

#include <pc.h>

void  ScreenUpdateLine(void *buf, int row);

Description

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.

Return Value

None.

Example

ScreenUpdateLine(line_buf, 10);


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997