MCPcopy Create free account
hub / github.com/avislab/STM32F103 / fputc

Function fputc

Example_Encoder_IT/stdio/printf.c:515–527  ·  view source on GitHub ↗

* @brief Implementation of fputc using the DBGU as the standard output. Required * for printf(). * * @param c Character to write. * @param pStream Output stream. * @param The character written if successful, or -1 if the output stream is * not stdout or stderr. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

fputsFunction · 0.70

Calls 1

PrintCharFunction · 0.70

Tested by

no test coverage detected