This is a file I/O function, also hardware dependent. It is not implemented in this Compiler.
#include <stdio.h>
int puts(const char *s);
puts() writes string s followed by a newline ( \n) to stdout.
EOF, if an error occurred; zero otherwise.
fputc()
putc()