fputs
Default mainpagebasic-usart-hw-handshaking-projectfputs
Description Source Call Graph
fputs
Implementation of fputs using USART0 as the standard output.
 
Syntax / parameters
signed int fputs (const char *pStr, FILE *pStream)

Name Type Default Description
pStr const char *
  String to write.
pStream FILE *
  Output stream.
 
Return value signed int
   
Description
Implementation of fputs using USART0 as the standard output.
Required for printf(). Returns the number of characters written if successful, or -1 if the output stream is not stdout or stderr.
 
Source
The documentation for this Member was generated from the following file:
  • printf_usart.c