Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstdio.h563 #define putc(_ch, _fp) _IO_putc (_ch, _fp) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstdio.h486 #define putc(x, fp) __sputc(x, fp) macro