|
|
BSD 4.0
#include <stdio.h>
/* print a character string */
outstr_(s, n)
register char *s;
register long n;
{
while ( --n >= 0)
putchar(*s++);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.