Annotation of GNUtools/libg++/libio/stdio/putchar.c, revision 1.1.1.1

1.1       root        1: #include "libioP.h"
                      2: #include "stdio.h"
                      3: #undef putchar
                      4: 
                      5: int
                      6: putchar(c)
                      7:      int c;
                      8: {
                      9:   return _IO_putc(c, stdout);
                     10: }

unix.superglobalmegacorp.com

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