Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dlocal.h293 #define __swputc_raw(__c, __p) \ macro
304 ? __swputc_raw('\r', (__p)) : 0 , \
305 __swputc_raw((__c), (__p)))
307 #define __swputc(__c, __p) __swputc_raw(__c, __p)