1: #include    <stdio.h>
   2: 
   3: puts(s)
   4: register char *s;
   5: {
   6:     register c;
   7: 
   8:     while (c = *s++)
   9:         putchar(c);
  10:     return(putchar('\n'));
  11: }

Defined functions

Last modified: 1979-01-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 377
Valid CSS Valid XHTML 1.0 Strict