Annotation of researchv10no/ncurses/screen/_outchar.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Handy functions to put out a string with padding.
                      3:  * These make two assumptions:
                      4:  *     (1) Output is via stdio to stdout through putchar.
                      5:  *     (2) There is no count of affected lines.  Thus, this
                      6:  *         routine is only valid for certain capabilities,
                      7:  *         i.e. those that don't have *'s in the documentation.
                      8:  */
                      9: #include <stdio.h>
                     10: /*     @(#) _outchar.c: 1.1 10/15/83   (1.7    9/28/82)        */
                     11: 
                     12: /*
                     13:  * Routine to act like putchar for passing to tputs.
                     14:  */
                     15: _outchar(ch)
                     16: char ch;
                     17: {
                     18:        putchar(ch);
                     19: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.