Home
last modified time | relevance | path

Searched defs:_sputc (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dstdio.h693 _ELIDABLE_INLINE int _sputc( int _c, FILE *_p) { in _sputc() function
716 #define _sputc( __c, __p) \ macro
721 #define _sputc( __c, __p) _sputc_raw( __c, __p) macro