Home
last modified time | relevance | path

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

/lk-master/external/platform/pico/rp2_common/pico_stdio/
A Dstdio.c90 static bool stdio_put_string(const char *s, int len, bool newline) { in stdio_put_string() function
133 stdio_put_string(&cc, 1, false); in WRAPPER_FUNC()
139 stdio_put_string(s, len, true); in WRAPPER_FUNC()
153 stdio_put_string(buffer, length, false); in _write()

Completed in 4 milliseconds