Copyright Digital Equipment Corp. All rights reserved.
Writes a character string to the standard output (stdout)
followed by a new-line character.
Format
#include <stdio.h>
int puts (const char *str);
Argument Description Return_Values