This is a file I/O function, also hardware dependent. It is not implemented in this Compiler.
#include <stdio.h>
int fputs(const char *s, FILE *f);
fputs() writes the zero-terminated string s to file f (without the terminating '\0').
EOF, if an error occurred; zero otherwise.