C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_outmem
 Summary Example                         Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
     The _outmem function outputs the string pointed to by <text>. The
     <length> argument specifies the number of characters to output.
 
     Unlike _outtext, the _outmem function prints all characters
     literally, including ASCII 11, 13, and 0 as the equivalent
     graphics characters. No formatting is provided. Text is printed
     using the current text color starting at the current text
     position.
 
     To output text using special fonts, you must use the _outgtext
     function.
 
     Return Value
 
     None.
                                    -♦-