|
|
BSD 4.3
#include <stdio.h>
/*
* Print l characters starting at s on file f.
*/
putstr(f, s, l)
register FILE *f;
register char *s;
register int l;
{
while (l--)
putc(*s++, f);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.