This is a File I/O function. It is not implemented in the Compiler.
#include <stdio.h>
int puts(const char *s);
puts() writes string s followed by a newline '\n' to stdout.
EOF, if there was an error; zero otherwise.
fputc() and
putc()