|
|
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: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.