|
|
1.1 root 1: /*
2: * @(#)outstr_.c 5.1 (Berkeley) 11/3/86
3: */
4:
5: #include <stdio.h>
6:
7: /* print a character string */
8: outstr_(s, n)
9: register char *s;
10: register long n;
11: {
12: while ( --n >= 0)
13: putchar(*s++);
14: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.