Home
last modified time | relevance | path

Searched refs:crlf_str (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.c71 static const char crlf_str[] = {'\r', '\n'}; in stdio_out_chars_crlf() local
78 driver->out_chars(crlf_str, 2); in stdio_out_chars_crlf()