Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_stdio/
A Dstdio.c64 static void stdio_out_chars_crlf(stdio_driver_t *driver, const char *s, int len) { in stdio_out_chars_crlf() function
101 …unc)(stdio_driver_t *, const char *, int) = no_cr ? stdio_out_chars_no_crlf : stdio_out_chars_crlf; in stdio_put_string()
233 stdio_out_chars_crlf(d, buffer->buf, buffer->used); in stdio_stack_buffer_flush()

Completed in 3 milliseconds