home *** CD-ROM | disk | FTP | other *** search
- /*---------------------Write AT-----------------------------*/
- /* */
- /* DESCRPTION: Writes a string to the console or screen */
- /* at the column and row in the foreground and */
- /* background. */
- /* */
- /* INPUT: */
- /* X - screen row (1-25) */
- /* Y - screen column (1-80) */
- /* fore - foreground color */
- /* back - background color */
- /* outstr - string to printed on the screen */
- /* */
- /* USES: dma_puts */
- /*----------------------------------------------------------*/
-
- WriteAt( int X, int Y, int fore, int back, char *outstr )