Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 2 of 2) 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
106 if (newline) { in stdio_put_string()
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/tools/
Dextract_configs.py216 with open(outfile, 'w', newline='') as csvfile: