int __far puts(const char __near *s);
int __far _COM_puts_f(const char __far *s);
When the putchar function returns -1, this function returns -1.
This function writes string s to SFR using the putchar function. The end-of-string null character is not write, but a new-line character is written in its place.