Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>int pascal vidputc(int row, int col, int c, word attr)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal VidPutc(int row, int col, int c, WORD attr)

  This function displays a single character at a specified position.

Parameters
  row and col will be the origin of the output.
  c is the character to display.
  attr is the color attribute which will be used for the character.

Returns
  Nothing.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson