Home
last modified time | relevance | path

Searched refs:no_cr (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_stdio/
Dstdio.c93 static bool stdio_put_string(const char *s, int len, bool newline, bool no_cr) { in stdio_put_string() argument
101 …void (*out_func)(stdio_driver_t *, const char *, int) = no_cr ? stdio_out_chars_no_crlf : stdio_ou… in stdio_put_string()