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

Function fputs

Example_Encoder_IT/stdio/printf.c:540–555  ·  view source on GitHub ↗

* @brief Implementation of fputs using the DBGU as the standard output. Required * for printf(). * * @param pStr String to write. * @param pStream Output stream. * * @return Number of characters 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 2

vfprintfFunction · 0.70
putsFunction · 0.70

Calls 1

fputcFunction · 0.70

Tested by

no test coverage detected