Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_stdio/
Dstdio.c72 bool prev_char_was_cr = i > 0 ? s[i - 1] == '\r' : driver->last_ended_with_cr; in stdio_out_chars_crlf() local
73 if (s[i] == '\n' && !prev_char_was_cr) { in stdio_out_chars_crlf()