Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - fg_flush http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 fg_flush

   Usage
   #include <fg.h>
   void far fg_flush(void);

   Description
   Flush any pending output to display. Wait until the display is  up-to-
   date.  This  should  be called before any user input  is  expected  to
   ensure that the screen is up-to-date.

   Example
   int console_char;

   fg_flush();
   console_char = getch();


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