Annotation of 40BSD/lib/libF77/outstr_.c, revision 1.1

1.1     ! root        1: #include <stdio.h>
        !             2: 
        !             3: /* print a character string */
        !             4: outstr_(s, n)
        !             5: register char *s;
        !             6: register long n;
        !             7: {
        !             8: while ( --n >= 0)
        !             9:        putchar(*s++);
        !            10: }

unix.superglobalmegacorp.com

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