[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
         _putca -- put character and attribute 

        USAGE

          _putca(page, atch, row, col);
          int page, row, col;
          unsigned atch;

                page - video page #
                atch - attribute and character
                         attribute in high order byte
                         character in low order byte
                row -  row position for character (0-24)
                col -  column position for character (0-79)

          _putch is a general purpose routine that can be used outside of
          the window environment.

        RETURNS

          Nothing.

        CAUTIONS

          None.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson