Copyright Digital Equipment Corp. All rights reserved.

puts

   Writes a character string to the standard output (stdout)
   followed by a new-line character.

   Format

     #include  <stdio.h>

     int puts  (const char *str);
 


Additional information available:

Argument        Description     Return_Values