Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_outmem() output characters from a buffer</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _outmem()               Output characters from a buffer

 #include   <graph.h>

 void _outmem(text, length);
 unsigned char _far *text;      Text to be printed on screen
 short length;                  Number of characters to print

    _outmem() prints the character string text on the screen. It
    differs from _outtext() in that it prints all characters
    literally, even control characters. See _outtext() for more
    information.

 Portability:   Not supported by the ANSI standard.


See Also: _outtext() _settextcolor() _settextposition()

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